You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces the ability to run benchmarks from a pre-existing chain state using snapshots. This allows restoring a datadir via a user-defined command and loading a corresponding genesis file, enabling more flexible test scenarios.
Key changes include:
- Mechanism to define and execute snapshot creation/restoration.
- Integration of snapshot handling into the test setup and execution flow.
- Loading genesis configuration from a file when using snapshots.
- Updates engine API calls from V3 to V4.
- Refactors mempool to distinguish between regular and sequencer-specific transactions.
- Implements funding of test accounts using deposit transactions.
- Updates default devnet genesis configuration.
0 commit comments