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
Adapts to revm 40.0.0 breaking changes:
- `BalDatabase::set_bal_index` and `State::set_bal_index` now take `BlockAccessIndex`
- `revm::state::Account::original_info` is private; construct via `From<AccountInfo>`
- `EvmStorageSlot::transaction_id` is now `TransactionId` (use `TransactionId::ZERO`)
- `PrecompileProvider::warm_addresses` returns `&AddressSet`
0 commit comments