All Versions
11
Latest Version
Avg Release Cycle
97 days
Latest Release
1870 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.3 Changes
February 07, 2020- โ 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)
-
v0.5.2 Changes
January 19, 2019- 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)
-
v0.5.1 Changes
November 30, 2018- ๐ Fix encoding of binary lists with trailing zeroes (https://github.com/mana-ethereum/ex_rlp/pull/20)
-
v0.5.0 Changes
November 28, 2018- โก๏ธ Optimize decoding (https://github.com/mana-ethereum/ex_rlp/pull/19)
-
v0.4.1 Changes
November 27, 2018- ๐ Fix decoding of large binary lists introduced by changes in 0.4.0. (https://github.com/mana-ethereum/ex_rlp/pull/17)
-
v0.4.0 Changes
November 23, 2018- ๐ Improve speed with list prefixing and tail-call optimizations. (https://github.com/mana-ethereum/ex_rlp/pull/15)
-
v0.3.1 Changes
October 18, 2018- โฌ๏ธ Upgrade elixir version. (https://github.com/exthereum/ex_rlp/pull/14)
-
v0.3.0 Changes
May 01, 2018- โ Remove protocols for Map because it overrides custom struct protocols. (https://github.com/exthereum/ex_rlp/pull/12)
-
v0.2.1 Changes
August 05, 2017- ๐ Improve typespecs to allow for integers as a valid value to encode in RLP. (https://github.com/exthereum/ex_rlp/pull/6)
-
v0.2.0 Changes
August 02, 2017- ๐ฅ Breaking: added option to encode RLP to either hex strings (
"8055FF"
) or binaries (<<0x80, 0x55, 0xFF>
). The default is now:binary
. (https://github.com/exthereum/ex_rlp/pull/3) - โ Added typespecs and additional test coverage through doctests. (https://github.com/exthereum/ex_rlp/pull/3)
- ๐ฅ Breaking: added option to encode RLP to either hex strings (