Cannot delete account with large state (Aurora Engine) #4265
Labels
A-EVM
Area: Native EVM implementation and support
C-discussion
Category: Discussion, leading to research or enhancement
When stress testing the Aurora Engine with the evm-bully on TestNet and a local node I ran into the problem that I cannot delete accounts anymore. For example on TestNet:
So the problem is:
I traced this in
nearcore
to these places in the code:nearcore/core/primitives/src/errors.rs
Lines 435 to 436 in a6bf293
nearcore/core/primitives-core/src/account.rs
Lines 210 to 212 in a6bf293
Why is the deletion of accounts with large states "temporarily disabled" and/or "infeasible"?
While this is probably not a problem for the production deployment of the Aurora Engine (I assume we never want to delete the state there) it makes testing a lot harder and leads to a lot of wasted storage on TestNet, if I always have to create a new account for a test run there.
The text was updated successfully, but these errors were encountered: