nim-eth/eth/p2p
Jordan Hrycaj 2ff455f26d Support obsolete chunked RLPx wire protocol
why:
  For some reason, Nethermind insists on sending chunked messages to
  the syncing peer. Unfortunately, for the test networks the Nethermind
  modes are the importent ones as they speak eth/65 as well while others
  like Geth only support eth/66 which is not implemented here, yet.
2022-03-22 16:25:05 +00:00
..
discoveryv5 Debug logs providing info for the initial discoveryv5 configuration 2022-02-18 17:42:37 +02:00
private Add bind ip and bind port for eth1 rlpx and discovery protocols (#485) 2022-03-15 18:08:15 +01:00
rlpx_protocols Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
auth.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
blockchain_sync.nim Remove inline pragmas 2021-05-11 09:59:58 +02:00
blockchain_utils.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
bootnodes.nim add bootnodes test 2022-02-27 11:53:11 +07:00
discovery.nim Add bind ip and bind port for eth1 rlpx and discovery protocols (#485) 2022-03-15 18:08:15 +01:00
ecies.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
enode.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
kademlia.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
mock_peers.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
p2p_backends_helpers.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
p2p_protocol_dsl.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
p2p_tracing.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
p2p_tracing_ctail_plugin.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
peer_pool.nim Add bind ip and bind port for eth1 rlpx and discovery protocols (#485) 2022-03-15 18:08:15 +01:00
rlpx.nim Support obsolete chunked RLPx wire protocol 2022-03-22 16:25:05 +00:00
rlpxcrypt.nim Support obsolete chunked RLPx wire protocol 2022-03-22 16:25:05 +00:00
sync.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
whispernodes.nim Add Status test nodes (#216) 2020-04-08 15:21:48 +02:00