From cc1464a935812f43feede843deed7123c331156d Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sun, 20 Nov 2022 08:20:23 +0100 Subject: [PATCH] readd bearssl/cacert --- beacon_chain/networking/eth2_network.nim | 2 +- beacon_chain/sync/sync_protocol.nim | 2 +- vendor/nim-stew | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beacon_chain/networking/eth2_network.nim b/beacon_chain/networking/eth2_network.nim index 4ed56a488..02fc778fc 100644 --- a/beacon_chain/networking/eth2_network.nim +++ b/beacon_chain/networking/eth2_network.nim @@ -2162,7 +2162,7 @@ proc getPersistentNetKeys( let keys = rng.getRandomNetKeys() pres = PeerId.init(keys.pubkey).valueOr: - fatal "Could not obtain PeerId from network key" + fatal "Could not obtain PeerId from network key", error quit QuitFailure info "Generating new networking key", network_public_key = keys.pubkey, network_peer_id = $pres diff --git a/beacon_chain/sync/sync_protocol.nim b/beacon_chain/sync/sync_protocol.nim index c91cddd00..d228acc7b 100644 --- a/beacon_chain/sync/sync_protocol.nim +++ b/beacon_chain/sync/sync_protocol.nim @@ -13,7 +13,7 @@ else: import std/[options, tables, sets, macros], chronicles, chronos, snappy/codec, - stew/ranges/bitranges, libp2p/switch, + libp2p/switch, ../spec/datatypes/[phase0, altair, bellatrix], ../spec/[helpers, forks, network], ".."/[beacon_clock], diff --git a/vendor/nim-stew b/vendor/nim-stew index 8a1b6ab4d..d087c039c 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 8a1b6ab4dca1f2075fec671659de8709a127f722 +Subproject commit d087c039c2f88e06851b22040dd95f37452c3c81