nim-eth/tests
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
..
keyfile Moved eth_bloom to eth, some fixes 2019-02-05 16:22:21 +02:00
keys Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
p2p Make the APIs compatible with libp2p 2019-03-12 13:36:39 +02:00
rlp clean up the test suite 2019-02-15 17:18:45 +02:00
trie address cheatfate comments 2019-02-18 13:14:43 +02:00
config.nims Fixed test configs 2019-02-05 13:06:22 +02:00
test_bloom.nim Moved eth_bloom to eth, some fixes 2019-02-05 16:22:21 +02:00
test_common.nim Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00