mirror of https://github.com/status-im/nim-rlp.git
c1b1766f86
Bugfixes: * `rlp.rawData` was returning a wider than necessary range when called over a `listElem` result. * Appending `Rlp` objects to a `RlpWriter` was producing incorrect results. New features: * When the Rlp reading cursor is positioned over a list, you can call `enterList` to position the cursor to the first list element. Call `skipElem` to move the cursor further. * `rlpFromHex` will now accept leading `0x` symbols (often used in the Ethereum world). * `rlp.inspect` will now print hex characters by default. Use the optional parameter `hexOutput` to control the behavior. |
||
---|---|---|
.. | ||
priv | ||
object_serialization.nim | ||
types.nim | ||
writer.nim |