mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +00:00
01efa93cf6
Introduces a new library for syncing using libp2p based light client sync protocol, and adds a new `nimbus_light_client` executable that uses this library for syncing. The new executable emits log messages when new beacon block headers are received, and is integrated into testing.
8 lines
178 B
Nim
8 lines
178 B
Nim
-d:"chronicles_sinks=textlines[dynamic],json[dynamic]"
|
|
-d:"chronicles_runtime_filtering=on"
|
|
-d:"chronicles_disable_thread_id"
|
|
|
|
@if release:
|
|
-d:"chronicles_line_numbers:0"
|
|
@end
|