nimbus-eth1/nimbus/db/state_db
Jordan Hrycaj e9eae4df70
Core db disable legacy api n remove distinct tries (#2299)
* CoreDb: Remove crufty second/off-site KVT

why:
  Was used to allow late `Clique` to store directly to disk

* CoreDb: Remove prune flag related functionality

why:
  Is completely legacy stuff

* CoreDb: Remove dependence on legacy API (tests unsupported yet)

why:
  Does not fully support Aristo

* Re-factoring `state_db` using new API

details:
  Only minimum changes needed to compile `nimbus`

* Update tests and aux modules

* Turn off legacy API and remove `distinct_tries`

comment:
  The legacy API has now cruft status, will be removed soon

* Fix copyright years

* Update rpc for verified proxy

---------

Co-authored-by: Jacek Sieka <jacek@status.im>
2024-06-05 20:52:04 +00:00
..
base.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
read_only.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
read_write.nim Optional accounts cache module for creating genesis (#1897) 2023-11-20 11:51:43 +00:00