nim-eth/tests/p2p
Kim De Mey 8b7d41f596
Don't use exceptions for enr get call (#453)
The ENR code used to be solely exception based, and these
exceptions where a left-over of that. They are useless as later
calls use Result anyhow.

Additionally, they cause quite the performance loss because they
are used in the "common path" for the toTypedRecord call, e.g.
when reading the fields of ip6, tcp6 and udp6.
2021-12-21 15:09:32 +01:00
..
les CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
all_discv5_tests.nim Add raises annotations to discovery.nim 2021-04-27 21:11:54 +02:00
all_tests.nim Remove portal wire code which was moved to nimbus-eth1 repo (#370) 2021-07-09 22:14:31 +02:00
bzz_basic_client.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
config.nims CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
disabled_test_shh_connect_mocked.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
discv5_test_helper.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
p2p_test_helper.nim Fix several compiler warnings 2021-05-11 09:24:23 +02:00
shh_basic_client.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
test_auth.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_crypt.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_discovery.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_discoveryv5.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_discoveryv5_encoding.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_ecies.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_enode.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_enr.nim Don't use exceptions for enr get call (#453) 2021-12-21 15:09:32 +01:00
test_hkdf.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_ip_vote.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_lru.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_protocol_handlers.nim Adjust for chronosStrictException usage in rest of eth/p2p 2021-05-06 17:20:54 +02:00
test_rlpx_thunk.json Make msgId fixed int32 2019-10-23 09:35:33 +09:00
test_rlpx_thunk.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_routing_table.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_shh.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
test_shh_config.nim CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
test_shh_connect.nim Adjust for chronosStrictException usage in rest of eth/p2p 2021-05-06 17:20:54 +02:00
tserver.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00