nim-eth/eth
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
..
common Fixed imports 2019-02-05 18:54:58 +02:00
keyfile Moved eth-keyfile to eth 2019-02-05 12:45:09 +02:00
keys Moved eth-keys to eth 2019-02-05 12:32:22 +02:00
p2p Make the APIs compatible with libp2p 2019-03-12 13:36:39 +02:00
rlp Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00
trie address cheatfate comments 2019-02-18 13:14:43 +02:00
bloom.nim Moved eth_bloom to eth, some fixes 2019-02-05 16:22:21 +02:00
common.nim Moved eth-common to eth 2019-02-05 12:10:36 +02:00
keyfile.nim Moved eth-keyfile to eth 2019-02-05 12:45:09 +02:00
keys.nim Moved eth-keys to eth 2019-02-05 12:32:22 +02:00
p2p.nim Rebrand asyncdispatch2 to chronos (#2) 2019-02-06 17:01:04 +01:00
rlp.nim Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00
trie.nim Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00