nim-libp2p-experimental/libp2p
Jacek Sieka 69abf5097d
handle a few exceptions (#170)
* handle a few exceptions

Some of these are maybe too aggressive, but in return, they'll log
their exception - more refactoring needed to sort this out - right now
we get crashes on unhandled exceptions of unknown origin

* during connection setup
* while closing channels
* while processing pubsubs

* catch exceptions that are raised and don't try to catch exceptions that are not raised

* propagate cancellederror

* one more

* more

* more

* make interop tests less fragile

* Raise expiration time in gossipsub fanout test for slow CI

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Co-authored-by: Giovanni Petrantoni <giovanni@fragcolor.xyz>
2020-05-14 21:56:56 -06:00
..
crypto removals (#159) 2020-05-06 18:31:47 +02:00
daemon Fix compilation errors introduced by latest chronos. 2020-03-24 09:48:05 +02:00
muxers handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
protobuf Fix overflow problem. 2019-10-29 20:51:48 +02:00
protocols handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
stream handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
transports handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
cid.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
connection.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
errors.nim Properly track and close mplex handlers (#166) 2020-05-12 14:45:32 +02:00
multiaddress.nim Fix MultiAddress.protoAddress() bug for fixed arrays. 2020-04-28 14:43:44 +03:00
multibase.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
multicodec.nim Use CatchableError 2019-06-24 05:39:13 +03:00
multihash.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
multistream.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
peer.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
peerinfo.nim don't crash on double peerinfo close (#167) 2020-05-11 21:05:24 +02:00
standard_setup.nim remove Chronos type from public API 2020-05-08 13:23:36 -06:00
switch.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
transcoder.nim Add multicodec to table and make it single source of multiformat codes. 2018-12-05 17:24:07 +02:00
utility.nim Less verbose traces (#112) 2020-03-23 15:03:36 +09:00
varint.nim Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00
vbuffer.nim Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00
wire.nim Add chronos trackers and used them to sanitize resource disposal (#131) 2020-04-21 10:24:42 +09:00