nim-eth/tests/fuzzing/rlp
Jacek Sieka bb5cb6a4d0
rlp: refresh code (#683)
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
2024-05-26 09:58:24 +02:00
..
rlp_decode.nim rlp: refresh code (#683) 2024-05-26 09:58:24 +02:00
rlp_inspect.nim Build fuzzing tests in CI and fix current fuzzing tests (#396) 2021-09-07 16:00:01 +02:00