Merged
Conversation
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
macfarla
approved these changes
Dec 12, 2025
Contributor
macfarla
left a comment
There was a problem hiding this comment.
This change looks fine.
When I searched the docs for "override", this is the first result: https://besu-docs-git-1722-consistent-syntax-clean-hyperledger.vercel.app/public-networks/how-to/send-transactions#override-state-values
so maybe that page should also have a link to the State Overrides object (and maybe mention the other RPCs, at least ethSimulateV1). Could be a separate PR.
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
Contributor
|
need to add eth_estimateGas to list on this page https://besu-docs-git-1874debugtracecall-options-hyperledger.vercel.app/public-networks/how-to/send-transactions#override-state-values otherwise LGTM |
Signed-off-by: m4sterbunny <harrie.bickle-ext@consensys.net>
3988ea7 to
f681b0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documents debug_traceCall State Overrides Support
Similar to eth_call - both methods use the same underlying mechanism to pass state overrides to the transaction simulator, allowing temporary state changes for testing and debugging without affecting the actual blockchain state.
Based on json in original pr, stateOverrides is nested inside the options object
Added debug_traceCall to the list of methods that accept state override objects
Issue(s) fixed
Fixes #1874
Preview