This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-rlp
Watch
2
Star
0
Fork
0
You've already forked nim-rlp
mirror of
https://github.com/status-im/nim-rlp.git
synced
2025-02-05 02:44:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nim-rlp
/
tests
/
all.nim
4 lines
69 B
Nim
Raw
Normal View
History
Unescape
Escape
nim-rlp version 1.0
2018-01-25 21:22:13 +02:00
import
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 19:49:04 +03:00
test_api_usage
,
test_object_serialization
,
test_json_suite
nim-rlp version 1.0
2018-01-25 21:22:13 +02:00
Reference in New Issue
Copy Permalink