nim-rlp/tests
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
..
cases nim-rlp version 1.0 2018-01-30 22:18:58 +02:00
util make the package nimble compliant 2018-06-17 19:54:15 +03:00
all.nim Fixes for bugs discovered while testing the Hexary Trie 2018-06-23 20:04:47 +03:00
test_api_usage.nim Fixes for bugs discovered while testing the Hexary Trie 2018-06-23 20:04:47 +03:00
test_json_suite.nim nim-rlp version 1.0 2018-01-30 22:18:58 +02:00
test_object_serialization.nim make all tests green again 2018-03-14 14:48:10 +02:00