You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: