nim-eth/eth
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
..
common EIP-4399 changes: random -> prevRandao 2022-02-27 11:40:15 +07:00
db kvstore: simplified stmt exec iterator (#467) 2022-01-28 15:23:41 +02:00
keyfile Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
net net/nat.nim: "raises" annotations (#487) 2022-03-16 15:21:56 +01:00
p2p Support obsolete chunked RLPx wire protocol 2022-03-22 16:25:05 +00:00
rlp Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
trie Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
utp Fix compilation error (#490) 2022-03-18 15:53:51 +01:00
async_utils.nim awaitWithTimeout for Future[void] 2021-02-04 16:45:50 +02:00
bloom.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
common.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
keyfile.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
keys.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
p2p.nim Add bind ip and bind port for eth1 rlpx and discovery protocols (#485) 2022-03-15 18:08:15 +01:00
rlp.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
trie.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00