-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(invariant): gas-envelope fuzzing via invariant.gas_fuzz #14902
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
Open
grandizzy
wants to merge
27
commits into
master
Choose a base branch
from
feat/invariant-gas-fuzz
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3dfb548
feat(invariant): gas-envelope fuzzing via `invariant.gas_fuzz`
grandizzy 4b55099
fix(invariant): route sampled gas-price through the run-local executor
grandizzy 3b13d8d
fix(invariant): seed gas-envelope sampler from the campaign RNG
grandizzy 56d0bcc
fix(invariant): isolate gas-fuzz gas price
decofe 99d33b0
fix(invariant): persist gas fuzz replay envelope
decofe 906d91f
perf(invariant): defer max gas sequence materialization
decofe 1eab6c2
fix(invariant): serialize gas price as u64
decofe 6de8707
fix(invariant): show max gas column when gas fuzz is enabled
decofe ebbc32f
test(invariant): fix persisted gas price replay snapshot
decofe 0cfd30c
test(invariant): match replay warning whitespace
decofe 05b1591
Merge remote-tracking branch 'origin/master' into feat/invariant-gas-…
decofe 9301b44
Merge branch 'master' into feat/invariant-gas-fuzz
grandizzy 4661bf3
perf(invariant): box gas-fuzz overrides to remove OFF-mode regression
grandizzy 00d5a4b
Merge branch 'master' into feat/invariant-gas-fuzz
grandizzy aac8d91
fix(invariant): scrub sampled gas_price in execute_tx so commit canno…
grandizzy 1e08588
feat(invariant): simplify gas_fuzz to flat tx.gas_limit sampling in […
grandizzy c7a839e
chore(invariant): comment why gas_fuzz forces the metrics path
grandizzy 9588925
chore(invariant): drop vestigial gas_price field from BaseCounterExample
grandizzy 436e2e3
fix(invariant): attach max-gas inputs on MaxAssumeRejects exit and re…
grandizzy a45740e
fix(invariant): strip stale gas_limit from persisted corpus when gas_…
grandizzy 8850e54
Merge branch 'master' into feat/invariant-gas-fuzz
grandizzy 201c79a
Merge master into feat/invariant-gas-fuzz
decofe e926e7e
fix: clippy failures in evm corpus tests
mablr e84ecc6
Merge remote-tracking branch 'origin/master' into feat/invariant-gas-…
decofe c59e242
fix: set gas fuzz flag in forge result test
decofe e957739
fix: stabilize invariant gas tests
decofe 362d71c
Merge remote-tracking branch 'origin/master' into feat/invariant-gas-…
decofe 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
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.
this default hides that the aggregator now drops
max_gasandmax_gas_sequence:merge_metricsonly sums calls/reverts/discards. please seed distinct max-gas values here and assert the merged result keeps the largest peak and its sequence, so multi-workergas_fuzzdoesn't lose the new fields.