nim-eth/eth/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
..
discoveryv5 discv5: Add check on ip address after handshake 2020-03-30 23:14:18 +02:00
private Take advantage of the new shared DSL helpers to simplify the RLPx back-end implementation 2019-06-24 05:12:22 +03:00
rlpx_protocols Address review comments from Enterlist PR 2020-03-01 11:46:38 +01:00
auth.nim fix endian conversion issues 2020-03-05 12:13:48 +01:00
blockchain_sync.nim Replace getCurrentException and getCurrentExceptionMsg 2019-12-02 23:35:34 +02:00
blockchain_utils.nim Cleanup unneeded check in getBlockHeaders 2019-07-09 17:06:20 +02:00
bootnodes.nim Add Whisper staging nodes and Status bootnodes 2019-11-05 11:49:31 +01:00
discovery.nim refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
ecies.nim Review all exceptions and classify them as Defects and Errors 2020-02-06 16:32:00 +01:00
enode.nim refactor secp interface (#203) 2020-04-02 14:40:29 +02:00
kademlia.nim Prepare for Nim 1.2 2020-03-24 14:05:30 +02:00
mock_peers.nim Cosmetic renames to match the protocol naming conventions 2019-11-25 19:55:41 +02:00
p2p_backends_helpers.nim More explicit Exceptions + fix re-raising 2019-12-04 12:34:37 +01:00
p2p_protocol_dsl.nim Deal with bit rot in the p2p tracing support 2020-03-18 20:43:53 +02:00
p2p_tracing.nim Deal with bit rot in the p2p tracing support 2020-03-18 20:43:53 +02:00
p2p_tracing_ctail_plugin.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
peer_pool.nim More explicit Exceptions + fix re-raising 2019-12-04 12:34:37 +01:00
rlpx.nim `enterList` now returns a bool 2020-02-27 20:09:05 +02:00
rlpxcrypt.nim std_shims -> stew 2019-07-07 11:56:01 +02:00
sync.nim Rebrand asyncdispatch2 to chronos (#2) 2019-02-06 17:01:04 +01:00
whispernodes.nim Add Whisper staging nodes and Status bootnodes 2019-11-05 11:49:31 +01:00