nim-eth/tests/p2p
Zahary Karadjov 3efec171a6 Make the APIs compatible with libp2p
Lib2P2 handles RPC requests and responses with separate streams
while DEV2P2 is relying on tagged messages transmitted over a
single stream. To cover both models through the same application
code, we introduce a new `response` variable in the request handlers.
The user is supposed to issue a call to `response.send` in order to
reply to the request. Please note that the `response.send` signature
is strongly typed and depends on the current message.
2019-03-12 13:36:39 +02:00
..
les Moved eth-p2p to eth 2019-02-05 17:40:29 +02: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
shh_basic_client.nim Rebrand asyncdispatch2 to chronos (#2) 2019-02-06 17:01:04 +01:00
test_auth.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
test_crypt.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
test_discovery.nim Rebrand asyncdispatch2 to chronos (#2) 2019-02-06 17:01:04 +01:00
test_ecies.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
test_enode.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
test_shh.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
test_shh_connect.nim Rebrand asyncdispatch2 to chronos (#2) 2019-02-06 17:01:04 +01:00
tserver.nim Make the APIs compatible with libp2p 2019-03-12 13:36:39 +02:00