-
Notifications
You must be signed in to change notification settings - Fork 123
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
Document override functionality for eth_call
and eth_estimateGas
#1756
Conversation
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - suggestion on wording for state changes to be temporary, for the purposes of the transaction simulation. Not a strong opinion
Signed-off-by: bgravenorst <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions, LGTM.
Co-authored-by: Alexandra Carrillo <[email protected]> Signed-off-by: Byron Gravenorst <[email protected]>
Description
Documented the ability to override the contract state before making calls using
eth_call
andeth_estimateGas
Issue(s) fixed
Fixes #1738
Preview
https://besu-docs-git-fork-bgravenorst-doc-1738-hyperledger.vercel.app/public-networks/reference/api#eth_call
https://besu-docs-git-fork-bgravenorst-doc-1738-hyperledger.vercel.app/public-networks/reference/api#eth_estimategas
https://besu-docs-git-fork-bgravenorst-doc-1738-hyperledger.vercel.app/public-networks/reference/api/objects#state-override-object
https://besu-docs-git-fork-bgravenorst-doc-1738-hyperledger.vercel.app/public-networks/how-to/send-transactions#override-state-values