nimbus-eth1/nimbus/db/ledger/base
Jordan Hrycaj 081cb15493
Coredb maintenance (#2398)
* CoreDb: remove PHK tries

why:
  There is no general use anymore for an MPT with a pre-hashed key. It
  was used to resemble the `SecureHexaryTrie` logic from the legacy DB.

  The only pace where this is needed is the `Leger` which uses a
  a distinct MPT version anyway (see `distinct_ledgers.nim`.)

* Rename `CoreDx*` -> `CoreDb*`

why:
  The naming `CoreDx*` was used to differentiate the new CoreDb API from
  the legacy API which had descriptors named `CoreDb*`.
2024-06-19 14:13:12 +00:00
..
api_tracking.nim Coredb maintenance (#2398) 2024-06-19 14:13:12 +00:00
base_desc.nim Simplify AccountsLedgerRef complexity (#2239) 2024-05-29 13:06:49 +02:00