go-ethereum/rlp
Sina M 87b030780e
.github: add windows runner (#34742)
Difference to Appveyor:

- Missing 386 build. Hit some issue because user-space memory there is
around 2Gbs. Also seems generally extremely niche.
- Not doing the archive step and NSIS installer and uploads (those are
done on the builder).
2026-04-22 12:18:56 +02:00
..
internal/rlpstruct
rlpgen .github: add windows runner (#34742) 2026-04-22 12:18:56 +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: add Size method to EncoderBuffer (#34052) 2026-03-19 18:26:00 +01:00
encbuffer_example_test.go
encode.go rlp: validate and cache element count in RawList (#33840) 2026-02-13 21:52:47 +01:00
encode_test.go rlp: add Size method to EncoderBuffer (#34052) 2026-03-19 18:26:00 +01:00
encoder_example_test.go
iterator.go rlp: add back Iterator.Count, with fixes (#33841) 2026-02-13 23:53:42 +01:00
iterator_test.go rlp: add back Iterator.Count, with fixes (#33841) 2026-02-13 23:53:42 +01:00
raw.go rlp: add AppendList method to RawList (#34048) 2026-03-19 09:51:03 +01:00
raw_test.go rlp: add AppendList method to RawList (#34048) 2026-03-19 09:51:03 +01:00
typecache.go rlp: using maps.Clone (#29434) 2024-04-02 10:47:15 +02:00