mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 12:26:02 +00:00
a375720c16
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
11 lines
217 B
Nim
11 lines
217 B
Nim
-d:"chronicles_runtime_filtering=on"
|
|
-d:"chronicles_disable_thread_id"
|
|
|
|
@if release:
|
|
-d:"chronicles_line_numbers:0"
|
|
@end
|
|
|
|
-d:"chronicles_sinks=textlines[file]"
|
|
-d:"chronicles_runtime_filtering=on"
|
|
-d:nimDebugDlOpen
|