nim-eth/tests
Kim De Mey 6d4b1f4fe1
Handle the decodeAuthMessage error case separatly and log to trace (#498)
* Handle the decodeAuthMessage error case separatly and log to trace

Garbage data on the TCP port (e.g. from port scanners) would
cause lots of error log messages, so log this to trace and get rid
of a (little) bit of exception usage in the process.

* Remove usage of result var in rlpxAccept and rlpxConnect

* Discv4: Add ENRRequest & ENRResponse msgs to avoid fails on these

Fix #499
These messages are not implemented yet however, but just ignored.
2022-04-04 22:31:09 +02:00
..
common EIP-4399 changes: random -> prevRandao 2022-02-27 11:40:15 +07:00
db move rocksdb to nimbus-eth1 (#460) 2022-04-04 13:46:57 +02:00
fuzzing Add bind ip and bind port for eth1 rlpx and discovery protocols (#485) 2022-03-15 18:08:15 +01:00
keyfile Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
keys Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
p2p Handle the decodeAuthMessage error case separatly and log to trace (#498) 2022-04-04 22:31:09 +02:00
rlp Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
trie Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
utp Make packet size configurable (#497) 2022-04-04 13:44:32 +02:00
config.nims CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +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