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

Get diffsize and l1 feerate from transaction receipt in balance and nonce test #2

Open
ercecan opened this issue Apr 16, 2024 · 0 comments

Comments

@ercecan
Copy link
Member

ercecan commented Apr 16, 2024

In Balance and nonce rpc test under ethereum/rpc we hardcode the diffsize and l1feerate and subtract their multiplication, however if we can manage to get that data via rpc then we would not need to hardcode those values.

On branch erce/use-custom-rpc-for-receipt there is implementation of rpc request to eth_getTransactionReceipt but the necessary fields are nil. We should go over that code and retrieve the necessary fields.

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

1 participant