nimbus-eth1/nimbus/db/core_db/backend
Jordan Hrycaj f1e9ca8526
Core db+ledger aristo backend update (#2006)
* CoreDb: Improve API and API tracking

why:
  Now logs state roots where appropriate

* CoreDb: re-implement `CoreDbVidRef` => `CoreDbTrieRef`

why:
  Instead of a root vertex ID wrapper, the purpose of this object type
  has been upgrades to a sub-trie prototype.

caveat:
  `Aristo` backend not fully functional, yet.

* CoreDb: Update `Aristo` backend

why:
  Supports virtual sub-tries

* CoreDb: Account address tracking for `StorageTrie` virtual tries

details:
  Supported with API tracking/logging

* CoreDb: Keep account address in payload object

why:
  No need to provide extra address argument for `merge()`, also
  provides tracking possibility for account debugging.

* Ledger: Update new API for `Aristo` specific storage trie handling

* CoreDb+Ledger: Update unit tests

* Fix copyright headers
2024-02-02 20:23:04 +00:00
..
aristo_db Core db+ledger aristo backend update (#2006) 2024-02-02 20:23:04 +00:00
aristo_db.nim Core db+ledger aristo backend update (#2006) 2024-02-02 20:23:04 +00:00
aristo_rocksdb.nim CoreDb: Re-implemented closure iterators as inline iterators (#2005) 2024-02-02 10:58:35 +00:00
legacy_db.nim Core db+ledger aristo backend update (#2006) 2024-02-02 20:23:04 +00:00
legacy_rocksdb.nim CoreDb: Re-implemented closure iterators as inline iterators (#2005) 2024-02-02 10:58:35 +00:00