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 |
||
---|---|---|
.. | ||
common | ||
db | ||
fuzzing | ||
keyfile | ||
keys | ||
p2p | ||
rlp | ||
trie | ||
utp | ||
all_tests.nim | ||
nim.cfg | ||
stubloglevel.nim | ||
test_async_utils.nim | ||
test_bloom.nim |