rlp.cr v0.1.1 Release Notes

Release Date: 2020-01-28 // about 4 years ago
  • ๐Ÿ”‹ feature release for the rlp crystal library enabling the decoder.

    this library allows for decoding of:

    • rlp-encoded data in binary format
    • rlp-encoded data in hexadecimal string format

    note, that decoded data is always binary as per ethereum's design rationale:

    "RLP does not attempt to define any specific data types such as booleans, floats, doubles or even integers; instead, it simply exists to store structure, in the form of nested arrays, and leaves it up to the protocol to determine the meaning of the arrays"

    ๐Ÿ”„ changes:

    • ๐Ÿ‘ allow for decoding of arbitrary data #3
    • cannot decode nested lists of arbitrary depth #2