nim-eth/tests/p2p
Jacek Sieka 02d661503f
refactor secp interface (#203)
* avoid mix of exceptions and return codes
* introduce result
* use deprecated compatibility API to avoid big-bang refactoring
* loosely based on nim-libp2p secp as well as the rust-secp256k1 wrapper
* oh, boy does our secp256k1 wrapper need updating - we're _far_
behind...
2020-04-02 14:40:29 +02:00
..
les Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
bzz_basic_client.nim Beginning of bzz protocol + simple handshake tester 2019-10-17 21:59:32 +09:00
config.nims Fixed appveyor test compilation (#4) 2019-02-07 17:11:38 +01:00
disabled_test_shh_connect_mocked.nim Rebrand asyncdispatch2 to chronos (#2) 2019-02-06 17:01:04 +01:00
p2p_test_helper.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
shh_basic_client.nim rename newFilter to initFilter for correctness 2020-01-14 15:33:21 +01:00
test_auth.nim add ingress mac on foo check in rlpx auth test 2019-10-22 11:11:39 +02:00
test_crypt.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
test_discovery.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
test_discoveryv5.nim discv5: allow creation of node without external ip 2020-03-30 13:32:15 +02:00
test_discv5_encoding.nim Discv5: Specifically handle decryption errors 2020-03-10 16:01:04 +01:00
test_ecies.nim assert() -> doAssert() 2019-03-13 23:15:26 +01:00
test_enode.nim refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
test_enr.nim discv5: allow creation of node without external ip 2020-03-30 13:32:15 +02:00
test_protocol_handlers.nim Changes required for the latest ETH2 spec 2019-08-07 06:13:45 +03:00
test_rlpx_thunk.json Make msgId fixed int32 2019-10-23 09:35:33 +09:00
test_rlpx_thunk.nim More explicit Exceptions + fix re-raising 2019-12-04 12:34:37 +01:00
test_shh.nim Fix ordering of Waku/Whisper queue and increase queue capacity 2020-01-14 18:17:37 +01:00
test_shh_config.nim Split off whisper config related tests 2019-11-19 14:08:20 +01:00
test_shh_connect.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
test_waku_bridge.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
test_waku_connect.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
test_waku_mail.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
tserver.nim Refactored the p2pProtocol macro to eliminate most code duplication in the backends 2019-06-24 05:12:22 +03:00