mirror of https://github.com/status-im/nim-eth.git
bb5cb6a4d0
A first step in cleaning up RLP, which has lots of interesting issues - the next step would be to clean up the exception handling as well (Resultify?) * remove `RlpNode` (unused) * single-pass parsing for most functionality via RlpItem * stricter conformance to spec * remove float support * warn about signed integers * raise on invalid RLP earlier * avoid several pointless allocations, in particular in `listLen`, `listElem` etc * include spec docs |
||
---|---|---|
.. | ||
cases | ||
util | ||
all_tests.nim | ||
test_api_usage.nim | ||
test_json_suite.nim | ||
test_object_serialization.nim |