Skip to content

Commit

Permalink
bump nim-libp2p to 89cad5a3ba9088cc721682469a10917903da25a0 (#6199)
Browse files Browse the repository at this point in the history
- add support for setting protocol handlers with `{.raises.}` annotation
- fix: valueOr and withValue utilities
- fix: remove explicit param from GossipSubParams constructor
  • Loading branch information
etan-status authored Apr 12, 2024
1 parent 6530a36 commit c57fcb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion beacon_chain/networking/eth2_network.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,6 @@ proc createEth2Node*(rng: ref HmacDrbgContext,

let
params = GossipSubParams.init(
explicit = true,
pruneBackoff = chronos.minutes(1),
unsubscribeBackoff = chronos.seconds(10),
floodPublish = true,
Expand Down

0 comments on commit c57fcb4

Please sign in to comment.