mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
756b62fdf5
* Bump nim-eth to get UseDiscv51 flag * Switch medalla to discovery v5.1, other targets to v5.0 * Bump nim-eth for better discv5.1 logging * Bump eth2-testnets for updated medalla bootnodes
16 lines
363 B
Nim
16 lines
363 B
Nim
-d:"chronicles_sinks=textlines,json[file]"
|
|
-d:"chronicles_runtime_filtering=on"
|
|
-d:"chronicles_default_output_device=dynamic"
|
|
|
|
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
|
-d:"libp2p_pki_schemes=secp256k1"
|
|
|
|
-d:"ETH2_SPEC=v0.12.3"
|
|
-d:"UseDiscv51=true"
|
|
|
|
@if testnet_servers_image:
|
|
-d:"chronicles_sinks=json"
|
|
-d:"withoutPrompt"
|
|
@end
|
|
|