Commit graph

3 commits

Author SHA1 Message Date
Daniel Liu
f781cee1b8
feat(rlp): add RawList for working with un-decoded lists #33755 (#2040)
This adds a new type wrapper that decodes as a list, but does not
actually decode the contents of the list. The type parameter exists as a
marker, and enables decoding the elements lazily. RawList can also be
used for building a list incrementally.

Co-authored-by: Felix Lange <fjl@twurst.com>
2026-02-28 16:53:16 +04:00
wit liu
69d8d042e6
rlp: finalize listIterator on parse error to prevent non-advancing loops#33245 (#1854) 2025-12-11 16:51:46 +05:30
Daniel Liu
f6bddb669f rlp: upgarde package rlp to 2024-05-15 2024-05-17 10:10:15 +08:00