nim-eth/eth/p2p
Kim De Mey d7577f59d7
Rework of ENR decoding code (#709)
- Rework to have exception raise only at rlp decoding and use
result types from then onwards
- Adjust the current API to have result versions and deprecated
the ones which had var Record + bool
- Add PublickKey to the Record object, as this allows us to skip
fromRaw calls whenever access is needed to the public key
- Add a TypedRecord.fromRecord which cannot fail and deprecate
the old one
- Some other minor clean-up & re-ordering
2024-06-27 15:15:23 +02:00
..
discoveryv5 Rework of ENR decoding code (#709) 2024-06-27 15:15:23 +02:00
private Fix improper yield usage in rlpx and refine exception handling (#679) 2024-02-19 14:16:33 +07:00
auth.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
bootnodes.nim Remove unused bootnodes and add Holesky bootnodes (#644) 2023-10-25 11:07:55 +07:00
discovery.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
ecies.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
enode.nim Remove all Defect raises to avoid unnecessary warnings (#607) 2023-05-10 15:50:04 +02:00
kademlia.nim Use asyncraises in p2p (#675) 2024-02-14 15:59:13 +07:00
p2p_backends_helpers.nim Use asyncraises in p2p (#675) 2024-02-14 15:59:13 +07:00
p2p_protocol_dsl.nim Fix improper yield usage in rlpx and refine exception handling (#679) 2024-02-19 14:16:33 +07: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 Remove all Defect raises to avoid unnecessary warnings (#607) 2023-05-10 15:50:04 +02:00
rlpx.nim Revert perPeerMsgIdVar type until it properly fixed (#701) 2024-06-12 13:29:57 +07:00
rlpxcrypt.nim results: use standalone repo (#687) 2024-05-30 14:46:57 +02:00