mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-23 04:52:26 +00:00
98b2a34075
* 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