nim-rlp/rlp
Zahary Karadjov c1b1766f86 Fixes for bugs discovered while testing the Hexary Trie
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.
2018-06-23 20:04:47 +03:00
..
priv nim-rlp version 1.0 2018-01-30 22:18:58 +02:00
object_serialization.nim Make 'read' and 'append' easier to override for user-defined types 2018-05-18 14:32:06 +03:00
types.nim Use new ranges 2018-03-27 10:53:55 +03:00
writer.nim Fixes for bugs discovered while testing the Hexary Trie 2018-06-23 20:04:47 +03:00