feat: forge snapshot
should remove --include-fuzz
and use a hardcoded fuzz_seed
#2553
Labels
A-gas-snapshots
Area: gas snapshotting/reporting
C-forge
Command: forge
Cmd-forge-test
Command: forge test
first issue
A good way to start contributing
T-feature
Type: feature
Component
Forge
Describe the feature you would like
Ref #1658 which adds support for deterministic fuzzing.
Previously, an
--include-fuzz
flag was added toforge snapshot
in order to ensure deterministic gas snapshot results. The snapshot interface can be simplified while also executing more runs for snapshot data by:--include-fuzz
flag.forge snapshot
to always use the same rng seed. The value used doesn't really matter here, maybe we just use 0 or 1.Potentially related gas snapshot issues:
Additional context
No response
The text was updated successfully, but these errors were encountered: