nim-libp2p/libp2p
Giovanni Petrantoni 7852c6dd0f
Noise and eth2/nbc fixes (#226)
* Remove noise padding payload (spec removed it)

* add log scope in secure

* avoid defect array out of range in switch secure when "na"

* improve identify traces

* wip noise fixes

* noise protobuf adjustments (trying)

* add more debugging messages/traces, improve their actual contents

* re-enable ID check in noise

* bump go daemon tag version

* bump go daemon tag version

* enable noise in daemonapi

* interop testing, (both secio and noise will be tested)

* azure cache bump (p2pd)

* CI changes

- Travis: use Go 1.14
- azure-pipelines.yml: big cleanup
- Azure: bump cache keys
- build 64-bit p2pd on 32-bit Windows
- install both Mingw-w64 architectures

* noise logging fixes

* alternate testing between noise and secio

* increase timeout to avoid VM errors in CI (multistream tests)

* refactor heartbeat management in gossipsub

* remove locking within heartbeat

* refactor heartbeat management in gossipsub

* remove locking within heartbeat

Co-authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
2020-06-20 19:56:55 +09:00
..
crypto Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
daemon Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
muxers Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
protobuf Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
protocols Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
stream Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
transports Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
cid.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
errors.nim fix "future" typo 2020-05-26 16:08:09 +09:00
multiaddress.nim grab agentversion/protoversion (#211) 2020-06-09 12:42:52 -06:00
multibase.nim add side effect annotations (#197) 2020-06-01 09:25:16 +02:00
multicodec.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
multihash.nim add side effect annotations (#197) 2020-06-01 09:25:16 +02:00
multistream.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
peer.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
peerinfo.nim remove pubsub peer on disconnect (#212) 2020-06-11 08:45:59 -06:00
standard_setup.nim Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
switch.nim Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
transcoder.nim add side effect annotations (#197) 2020-06-01 09:25:16 +02:00
utility.nim Less verbose traces (#112) 2020-03-23 15:03:36 +09:00
varint.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
vbuffer.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
wire.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00