766ce23032
This pull request fixes the broken feature where the entire storage set is overridden. Originally, the storage set override was achieved by marking the associated account as deleted, preventing access to the storage slot on disk. However, since #29520, this flag is also checked when accessing the account, rendering the account unreachable. A fix has been applied in this pull request, which re-creates a new state object with all account metadata inherited. |
||
---|---|---|
.. | ||
testdata | ||
addrlock.go | ||
api_test.go | ||
api.go | ||
backend.go | ||
dbapi.go | ||
errors.go | ||
transaction_args_test.go | ||
transaction_args.go |