Common utilities for Ethereum https://nimbus.status.im
Go to file
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
doc Minor doc fixes 2019-02-06 11:15:03 +01:00
eth Make the APIs compatible with libp2p 2019-03-12 13:36:39 +02:00
tests Make the APIs compatible with libp2p 2019-03-12 13:36:39 +02:00
.appveyor.yml Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00
.gitignore Moved eth-common to eth 2019-02-05 12:10:36 +02:00
.travis.yml Moved rlp and trie to eth 2019-02-05 14:01:10 +02:00
LICENSE-APACHEv2 Moved eth-common to eth 2019-02-05 12:10:36 +02:00
LICENSE-MIT Moved eth-common to eth 2019-02-05 12:10:36 +02:00
README.md Minor doc fixes 2019-02-06 11:15:03 +01:00
eth.nimble Make the APIs compatible with libp2p 2019-03-12 13:36:39 +02:00

README.md

eth - Eth Common Library

License: Apache License: MIT Stability: experimental

Docs

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.