mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-10 04:56:08 +00:00
5f6fcc3d90
* extract public and private keys fields from peerid * allow assigning a public key * cleaned up TODOs * make pubsub prefix a const * public key should be an `Option`
15 lines
482 B
Nim
15 lines
482 B
Nim
import testvarint, testbase32, testbase58, testbase64
|
|
import testrsa, testecnist, tested25519, testsecp256k1, testcrypto
|
|
import testmultibase, testmultihash, testmultiaddress, testcid, testpeer
|
|
|
|
import testtransport,
|
|
testmultistream,
|
|
testbufferstream,
|
|
testidentify,
|
|
testswitch,
|
|
testpeerinfo,
|
|
pubsub/testpubsub,
|
|
# TODO: placing this before pubsub tests,
|
|
# breaks some flood and gossip tests - no idea why
|
|
testmplex
|