nimbus-eth1/nimbus/sync/beacon
Jacek Sieka a375720c16
import: read from era files (#2254)
This PR extends the `nimbus import` command to also allow reading from
era files - this command allows creating or topping up an existing
database with data coming from era files instead of network sync.

* add `--era1-dir` and `--max-blocks` options to command line
* make `persistBlocks` report basic stats like transactions and gas
* improve error reporting in several API
* allow importing multiple RLP files in one go
* clean up logging options to match nimbus-eth2
* make sure database is closed properly on shutdown
2024-05-31 09:13:56 +02:00
..
beacon_impl.nim Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
skeleton_algo.nim Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
skeleton_db.nim import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
skeleton_desc.nim Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
skeleton_main.nim Beacon skeleton works with ttdPassed=true flag too (#1826) 2023-10-19 10:29:06 +07:00
skeleton_utils.nim Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
worker.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
worker_desc.nim Working prototype of beacon downloader (#1780) 2023-09-28 13:20:12 +07:00