ex_rlp v0.5.3 Release Notes
Release Date: 2020-02-07 // over 4 years ago-
- ✅ Handle invalid RLP when decoding (with respective tests from ethereum/tests) (https://github.com/mana-ethereum/ex_rlp/pull/27)
- Update ethereum/tests submodule (https://github.com/mana-ethereum/ex_rlp/pull/23 and https://github.com/mana-ethereum/ex_rlp/pull/25)
Previous changes from v0.5.2
-
- reverts https://github.com/mana-ethereum/ex_rlp/pull/20 which introduced encoding bug (https://github.com/mana-ethereum/ex_rlp/pull/22)
- defensive guard checking in encoder (https://github.com/mana-ethereum/ex_rlp/pull/21)