Commit Graph

6 Commits

Author SHA1 Message Date
cheatfate 4957ae88fa
Post-rebase fixes. 2021-11-18 16:38:29 +02:00
cheatfate afd0754cef
Add peerpool.joinPeer() and tests.
notifyAndWait() now waits PeerPool and disconnection.
2021-11-18 15:14:13 +02:00
cheatfate 830f1255c4
Fix PeerPool to use getFuture() only once when adding peer.
Add isAlive(peer) procedure.
Add join(peer) procedure.
Remove useless metric.
Add notifyAndWait() procedure which will help to avoid race while disconnecting.
2021-11-18 15:11:24 +02:00
Jacek Sieka 2695cfa864
EH cleanup (#2455)
almost 100% raises in nimbus-eth2 now!

* fix some rare exception-related crashes in json-rpc
2021-03-26 07:52:01 +01:00
Jacek Sieka 8b76ceed52
Fix minor exception effect issues (#2448)
Makes code compatible with
https://github.com/status-im/nim-chronos/pull/166 without requiring it.
2021-03-24 17:20:55 +01:00
Mamy Ratsimbazafy d47f53cd9d
Reorg (5/5) (#2377)
* Reorg things left into networking and gossip_processing

* time -> beacon_clock

* fix builds
2021-03-05 14:12:00 +01:00