Skip to content

Solidity-RLP v2.0.2

Compare
Choose a tag to compare
@hamdiallam hamdiallam released this 25 Aug 05:33
· 14 commits to master since this release
bb19aa4

2.0.2

Changed

  • toBoolean(RLPItem) will return false for the rlp encoded string, "0x80". This is because common
    rlp encoding libraries will encode "0" as "0x80".