mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
Seenttl by spec (#2083)
* add rpc call to get chronos futures at runtime * add seenTTL gossip parameter Co-authored-by: Jacek Sieka <jacek@status.im>
This commit is contained in:
parent
687cbaf94c
commit
9b9aa93cd4
@ -1405,6 +1405,7 @@ proc createEth2Node*(rng: ref BrHmacDrbgContext,
|
||||
p.fanoutTTL = 60.seconds
|
||||
p.historyLength = 6
|
||||
p.historyGossip = 3
|
||||
p.seenTTL = 385.seconds
|
||||
p.validateParameters().tryGet()
|
||||
p
|
||||
pubsub = GossipSub.init(
|
||||
|
2
vendor/nim-libp2p
vendored
2
vendor/nim-libp2p
vendored
@ -1 +1 @@
|
||||
Subproject commit 1d16d22f5f071a1046800c87ee0978384b9b368c
|
||||
Subproject commit 809df8d04d660d50a7134c7e3911a5a63e1a58dd
|
Loading…
x
Reference in New Issue
Block a user