nimbus-eth1/hive_integration/nodocker
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
..
consensus Load Kzg trusted setup at the start of consensus sim (#2096) 2024-03-22 12:49:26 +07:00
engine Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
graphql Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
pyspec Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
rpc Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
build_sims.sh Fix 'trustedSetupFile' is not accessible for type NimbusConf.cmd == import (#2008) 2024-02-04 22:45:54 +07:00
sim_utils.nim Simplify pyspec simulator 2023-09-30 21:31:57 +07:00