nimbus-eth1/nimbus/db/core_db/backend
Jordan Hrycaj 8dd038144b
Some cleanups (#2428)
* Remove `dirty` set from structural objects

why:
  Not used anymore, the tree is dirty by default.

* Rename `aristo_hashify` -> `aristo_compute`

* Remove cruft, update comments, cosmetics, etc.

* Simplify `SavedState` object

why:
  The key chaining have become obsolete after extra lazy hashing. There
  is some available space for a state hash to be maintained in future.

details:
  Accept the legacy `SavedState` object serialisation format for a
  while (which will be overwritten by new format.)
2024-06-28 18:43:04 +00:00
..
aristo_db On demand mpt revisited (#2426) 2024-06-28 15:03:12 +00:00
aristo_db.nim Some cleanups (#2428) 2024-06-28 18:43:04 +00:00
aristo_rocksdb.nim Coredb maintenance (#2398) 2024-06-19 14:13:12 +00:00