nimbus-eth1/hive_integration/nodocker
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
..
consensus Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
engine import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
graphql remove expicit PoW support from tx pool; tighten tx pool exceptions specs (#2235) 2024-05-28 20:26:51 +02:00
pyspec Simplify AccountsLedgerRef complexity (#2239) 2024-05-29 13:06:49 +02:00
rpc results: use canonical import (#2248) 2024-05-30 14:54:03 +02: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