nim-libp2p/tests
Zahary Karadjov 454f658ba8
Fixes and tweaks related to the beacon node integration
* Bugfix: Dialing an already connected peer may lead to crash

* Introduced a standard_setup module allowing to instantiate
  the `Switch` object in an easier manner.

* Added `Switch.disconnect(peer)`

* Trailing space removed (sorry about polluting the diff)
2019-12-08 23:58:43 +02:00
..
pubsub Fixes and tweaks related to the beacon node integration 2019-12-08 23:58:43 +02:00
nim.cfg Tests are now testing with --threads:on. 2019-11-06 13:01:16 +02:00
testbase32.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testbase58.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testbase64.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testbufferstream.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
testcid.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testcrypto.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testdaemon.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testecnist.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
tested25519.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testidentify.nim extract public and private keys fields from peerid (#44) 2019-12-07 10:36:39 -06:00
testinterop.nim extract public and private keys fields from peerid (#44) 2019-12-07 10:36:39 -06:00
testmplex.nim PubSub (Gossip & Flood) Implementation (#36) 2019-12-05 20:16:18 -06:00
testmultiaddress.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmultibase.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmultihash.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmultistream.nim extract public and private keys fields from peerid (#44) 2019-12-07 10:36:39 -06:00
testnative.nim extract public and private keys fields from peerid (#44) 2019-12-07 10:36:39 -06:00
testpeer.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testpeerinfo.nim extract public and private keys fields from peerid (#44) 2019-12-07 10:36:39 -06:00
testrsa.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testsecp256k1.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testswitch.nim extract public and private keys fields from peerid (#44) 2019-12-07 10:36:39 -06:00
testtransport.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testvarint.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00