nimbus-eth1/nimbus/db/kvt/kvt_init
Jordan Hrycaj e8eb3268f5
Generalise prune mode option 4 different db models (#2139)
* Update README

* Nimbus-main: replaced `PruneMode` options by `ChainDbMode` options

details:
  For the legacy database, this changes the phrase
  - `conf.pruneMode == PruneMode.Full` to the expression
  + `conf.chainDbMode == ChainDbMode.Prune`.

* Fix issues moaned about by NIM compiler

* Fix copyright year
2024-04-17 18:09:55 +00:00
..
rocks_db Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
init_common.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
memory_db.nim Core db simplify new api storage modes (#2075) 2024-03-14 22:17:43 +00:00
memory_only.nim Aristo+Kvt: Let destructor crash when `nil` argument is given (#2080) 2024-03-15 14:20:00 +00:00
persistent.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
rocks_db.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00