nimbus-eth1/nimbus/db/aristo/aristo_desc
Jordan Hrycaj 9e50af839f
Core db+aristo update storage trie handling (#2023)
* CoreDb: Test module with additional sample selector cmd line options

* Aristo: Do not automatically remove a storage trie with the account

why:
  This is an unnecessary side effect. Rather than using an automatism, a
  a storage root must be deleted manually.

* Aristo: Can handle stale storage root vertex IDs as empty IDs.

why:
  This is currently needed for the ledger API supporting both, a legacy
  and the `Aristo` database backend.

  This feature can be disabled at compile time by re-setting the
  `LOOSE_STORAGE_TRIE_COUPLING` flag in the `aristo_constants` module.

* CoreDb+Aristo: Flush/delete storage trie when deleting account

why:
  On either backend, a deleted account leave a dangling storage trie on
  the database.

  For consistency nn the legacy backend, storage tries must not be
  deleted as they might be shared by several accounts whereas on `Aristo`
  they are always unique.
2024-02-12 19:37:00 +00:00
..
desc_backend.nim Aristo and ledger small updates (#1888) 2023-11-08 16:52:25 +00:00
desc_error.nim Core db+aristo update storage trie handling (#2023) 2024-02-12 19:37:00 +00:00
desc_identifiers.nim Aristo: Update unit test suite (#2002) 2024-02-01 21:27:48 +00:00
desc_structural.nim Core db update storage root management for sub tries (#1964) 2024-01-11 19:11:38 +00:00