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
feat(anvil): add genesis number to configuration and update related structures (#10083)
* feat: add genesis number to configuration and update related structures
- Introduced `genesis.number` in `GenesisConfig` to store the genesis block number.
- Added `get_genesis_number` method to retrieve the genesis number.
- Updated `setup` function to initialize the genesis number.
- Modified `BlockchainStorage` and `Blockchain` constructors to accept and utilize the genesis number.
- Adjusted tests to reflect the new genesis number functionality.
* Fix fmt
---------
Co-authored-by: grandizzy <[email protected]>
Co-authored-by: grandizzy <[email protected]>
0 commit comments