mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-05 02:44:13 +00:00
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.
4 lines
69 B
Nim
4 lines
69 B
Nim
import
|
|
test_api_usage, test_object_serialization, test_json_suite
|
|
|