nim-eth/tests
Kim De Mey 9ba1eb99e3
Fix possible crashes due to RangeErrors in rlpx auth decoding (#558)
- Fix two possible RangeErrors, due to negative seq allocation
in decodeAuthMessageEIP8 and in decodeAckMessageEIP8
- Set the minimum auth message size to AuthMessageEIP8Length,
in case there are clients that no longer add padding
- Add tests for invalid length cases
2022-11-17 08:46:27 +01:00
..
common EIP-4399 changes: random -> prevRandao 2022-02-27 11:40:15 +07:00
db Fix some typos (#557) 2022-11-16 17:44:00 +01:00
fuzzing Fix some typos (#557) 2022-11-16 17:44:00 +01:00
keyfile Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
keys bearssl: use split api (#510) 2022-06-17 22:45:37 +02:00
p2p Fix possible crashes due to RangeErrors in rlpx auth decoding (#558) 2022-11-17 08:46:27 +01:00
rlp Fix RLP deserialzation for Enum with holes (#554) 2022-11-14 15:49:37 +01:00
trie Safer mpt proof verification (#536) 2022-09-14 19:02:05 +02:00
utp Fix some typos (#557) 2022-11-16 17:44:00 +01:00
nim.cfg Default compile all tests and binaries with TRACE log level (#549) 2022-11-10 09:01:58 +01: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