go-ethereum/rlp
Felix Lange ece2b19ac0
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
rlp: add AppendRaw method to RawList (#33834)
This is helpful when building a list from already-encoded elements.
2026-02-13 20:09:19 +08:00
..
internal/rlpstruct
rlpgen rlp/rlpgen: implement package renaming support (#31148) 2025-08-01 18:30:48 +02:00
decode.go rlp: remove workaround for Value.Bytes (#32433) 2025-08-15 14:08:27 +02:00
decode_tail_test.go
decode_test.go rlp: fix typo in decode test message (#32554) 2025-09-09 09:56:53 +08:00
doc.go
encbuffer.go rlp: refactor to use maths.ReadBits (#32432) 2025-08-21 09:37:08 +08:00
encbuffer_example_test.go
encode.go rlp: add RawList for working with un-decoded lists (#33755) 2026-02-04 20:16:24 +01:00
encode_test.go rlp: remove duplicate optionalAndTailField test case (#32614) 2025-09-15 16:16:06 +02:00
encoder_example_test.go
iterator.go rlp: return Iterator as non-pointer (#33818) 2026-02-11 14:50:24 +01:00
iterator_test.go rlp: add RawList for working with un-decoded lists (#33755) 2026-02-04 20:16:24 +01:00
raw.go rlp: add AppendRaw method to RawList (#33834) 2026-02-13 20:09:19 +08:00
raw_test.go rlp: add RawList for working with un-decoded lists (#33755) 2026-02-04 20:16:24 +01:00
typecache.go