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

Allow block overrides for eth_call and eth_estimateGas #7822

Open
macfarla opened this issue Oct 29, 2024 · 1 comment
Open

Allow block overrides for eth_call and eth_estimateGas #7822

macfarla opened this issue Oct 29, 2024 · 1 comment
Assignees

Comments

@macfarla
Copy link
Contributor

Support for block overrides as in geth (also see state overrides in #5788)

As a network participant, I would like access to be able to drop in and replace Besu in certain networks/tooling/RPC stacks.

Acceptance Criteria
Whilst it's not specified in the ethereum rpc spec the implementation should be based on the Geth rpc docs to allow a drop in replacement.

https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-eth#eth-call

Block overrides https://geth.ethereum.org/docs/interacting-with-geth/rpc/objects#block-overrides

@siladu
Copy link
Contributor

siladu commented Nov 25, 2024

This should be considered alongside #6203 cc @Gabriel-Trintinalia

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

No branches or pull requests

4 participants