nim-eth/tests
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
..
common GasInt, BlockNumber, fields name closer to the spec (#696) 2024-06-12 00:13:11 +07:00
db Replace registerCustomScalarFunction with createCustomFunction (#649) 2023-11-21 14:39:24 +01:00
fuzzing Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
keyfile Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
keys no more wild constants and rename ecdhSecret to ecdhSharedSecret 2023-04-21 16:08:57 +07:00
p2p Overhaul of ENR implementation - part I (#707) 2024-06-24 14:57:39 +02:00
rlp rlp: refresh code (#683) 2024-05-26 09:58:24 +02:00
trie binary tries: remove (#684) 2024-05-26 09:57:59 +02:00
utp Use results.Opt instead of option in discv5, utp and nat (#705) 2024-06-18 18:09:27 +02:00
all_tests.nim Refactor p2pProtocol internals (#657) 2024-01-22 16:47:46 +07:00
nim.cfg Enable tests with also json sink and fix failures (#624) 2023-06-22 16:13:16 +00:00
stubloglevel.nim Default compile all tests and binaries with TRACE log level (#549) 2022-11-10 09:01:58 +01:00
test_async_utils.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
test_bloom.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00