Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RPC tests as part of upgrade test #3514

Open
skosito opened this issue Feb 11, 2025 · 0 comments
Open

Add RPC tests as part of upgrade test #3514

skosito opened this issue Feb 11, 2025 · 0 comments

Comments

@skosito
Copy link
Contributor

skosito commented Feb 11, 2025

Describe the Issue
After the recent upgrade, eth_getTransactionReceipt was not working properly for transactions before upgrade (from field was missing).

This shows that we need a way to test RPC endpoints after upgrade, both for new and old transactions. It can be pretty basic for start, just to check if required fields are returned, or maybe even to somehow compare result before upgrade with result after upgrade etc.

Expected Outcome
We have a way to test that upgrade won't break RPC endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants