nimbus-eth1/tests/test_beacon
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
..
setup_env.nim Generalise prune mode option 4 different db models (#2139) 2024-04-17 18:09:55 +00:00
test_1_initsync.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_2_extend.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_3_sethead_genesis.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_4_fill_canonical.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_5_canonical_past_genesis.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_6_abort_filling.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_7_abort_and_backstep.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_8_pos_too_early.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_skeleton.nim Beacon skeleton works with ttdPassed=true flag too (#1826) 2023-10-19 10:29:06 +07:00