nimbus-eth1/nimbus/sync
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 import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
full import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
handlers Remove eth/66 and eth/67 wire protocol (#2238) 2024-05-29 09:20:25 +02:00
misc Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
protocol Remove eth/66 and eth/67 wire protocol (#2238) 2024-05-29 09:20:25 +02:00
snap Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
todo results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
beacon.nim fix Dencun fcU being always rejected as invalid; rm newPayload fork validation hack (#2253) 2024-05-30 22:30:40 +02:00
full.nim Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
handlers.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
peers.nim Slightly change the static peer manager lookup behaviour (#1484) 2023-03-06 09:22:07 +00:00
protocol.nim Remove eth/66 and eth/67 wire protocol (#2238) 2024-05-29 09:20:25 +02:00
sync_desc.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
sync_sched.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
types.nim Bump nim-eth and remove unneeded Defect raises (#1575) 2023-05-10 18:04:35 +02:00