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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
ABC: AccountDatabaseAPI's state_root made writable.
AccountDB (from eth/db/account.py) has a setter for the `state_root`
property, and `BaseState` (from eth/vm/state.py) forcibly sets the
state root in its revert() function.
This helps silence `mypy` error:
eth/vm/state.py:170: error: Property "state_root" defined in "AccountDatabaseAPI" is read-only
This commit has been cherry-picked from the previous PR:
7350ac3
0 commit comments