mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-16 16:06:35 +00:00
* Restricting exception catcher why: `CatchableError` is not needed here * Check data length before converting to `openArray[]` why: Getting the first entry of an `openArray[]` crashes with `IndexDefect`. This is particularly annoying when decoding messages in rlpx. * Added unit test using rlpx message that causes this problem to detect
6 lines
101 B
Nim
6 lines
101 B
Nim
import
|
|
./test_api_usage,
|
|
./test_json_suite,
|
|
./test_empty_string,
|
|
./test_object_serialization
|