nim-eth/eth/p2p
Kim De Mey 7f20d79945
Overhaul of ENR implementation - part I (#707)
- Rework adding and updating of fields by having an insert call
that gets used everywhere. Avoiding also duplicate keys. One
side-effect of this is that ENR sequence number will always get
updated on an update call, even if nothing changes.
- Deprecate initRecord as it is only used in tests and is flawed
- Assert when predefined keys go into the extra custom pairs.
Any of the predefined keys are only to be passed now via specific
parameters to make sure that the correct types are stored in ENR.
- Clearify the Opt.none behaviour for Record.update
- When setting ipv6, allow for tcp/udp port fields to be used
default
- General clean-up
- Rework/clean-up completely the ENR tests.
2024-06-24 14:57:39 +02:00
..
discoveryv5 Overhaul of ENR implementation - part I (#707) 2024-06-24 14:57:39 +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
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