nimbus-eth1/tests/test_txpool
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
..
helpers.nim Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
setup.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
sign_helper.nim Core db and aristo updates for destructor and tx logic (#1894) 2023-11-16 19:35:03 +00:00