mirror of https://github.com/status-im/nim-eth.git
8761ea3222
* Fix stability issues why: Handling malformed messages typically raises `RangeError` exceptions when de-serialising RLP, or decoding message data. This is an (incomplete) attempt to weed out some out it driven by real live tests. remark: Employing the new `snap` protocol there might be different views on what the messages really contain (currently specs are more a hint.) * Update RLP exception handling * Undo effect-less patch why: problem occurred somewhere above the try/catch handler * Using `checkedEnumAssign()` for RLP enum |
||
---|---|---|
.. | ||
eth_types.nim | ||
eth_types_json_serialization.nim | ||
state_accessors.nim | ||
transaction.nim | ||
utils.nim |