nim-libp2p/tests
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
..
pubsub Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
helpers.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
nim.cfg Tests are now testing with --threads:on. 2019-11-06 13:01:16 +02:00
testbufferstream.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testcid.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testconnection.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testcrypto.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testdaemon.nim Disable unreliable provide cid test. 2020-03-24 10:05:11 +02:00
testecnist.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
tested25519.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testidentify.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testinterop.nim Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
testmplex.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testmultiaddress.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
testmultibase.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00
testmultihash.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testmultistream.nim Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
testnative.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testnoise.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testpeer.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testpeerinfo.nim use all() for futures and track connections 2020-06-02 09:10:27 -06:00
testrsa.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testsecp256k1.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
teststreamseq.nim remove readLoop in secure protocols (#162) 2020-05-07 14:37:46 -06:00
testswitch.nim Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
testtransport.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testvarint.nim Less exceptions more results (#188) 2020-05-31 16:22:49 +02:00