-
Notifications
You must be signed in to change notification settings - Fork 992
feat(revme): validate block gas used in blockchain tests #3416
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6d1d997
refactor!: add `ResultGas` struct to `ExecutionResult`
rakita 0d659e7
refactor: simplify ResultGas to store only independent fields
rakita 9a785c6
refactor: refine ResultGas field naming and add Display impl
rakita 215a8ac
feat: add gas limit to ResultGas for self-contained gas accounting
rakita 991cade
feat: add `intrinsic_gas` to `ResultGas` and return it from `post_exe…
rakita 994b082
chore: fix formatting
rakita 41e1e1b
feat: encapsulate ResultGas fields with getters, setters, and builders
rakita 40bb845
docs: update ResultGas comments to reflect encapsulated API
rakita f15908c
chore: fix typo in handler comment
rakita 5673f87
feat(revme): validate block gas used in blockchain tests
rakita b6759dc
Update crates/context/interface/src/result.rs
rakita 7f24d05
fix: correct grammar in handler.rs comment (#3422)
Copilot 3b719fa
Merge remote-tracking branch 'origin/main' into expose-gas
rakita 1c358fd
Merge remote-tracking branch 'origin/main' into expose-gas
rakita a441a5c
Merge branch 'expose-gas' into blockgas
rakita File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
EIP-7778 diff