nim-eth/eth/p2p/discoveryv5
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
..
encoding.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
enr.nim Rework of ENR decoding code (#709) 2024-06-27 15:15:23 +02:00
hkdf.nim Remove all Defect raises to avoid unnecessary warnings (#607) 2023-05-10 15:50:04 +02:00
ip_vote.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
lru.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
messages.nim Rework of ENR decoding code (#709) 2024-06-27 15:15:23 +02:00
messages_encoding.nim Rework of ENR decoding code (#709) 2024-06-27 15:15:23 +02:00
node.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
nodes_verification.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
protocol.nim Overhaul of ENR implementation - part I (#707) 2024-06-24 14:57:39 +02:00
random2.nim Remove all Defect raises to avoid unnecessary warnings (#607) 2023-05-10 15:50:04 +02:00
routing_table.nim Fix ImplicitDefaultValue warnings + replace some obsolete inits (#697) 2024-06-10 21:19:25 +02:00
sessions.nim Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00