go-ethereum/rlp/rlpgen
Marius van der Wijden 7c9032dff6
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
all: change reflect.Ptr to reflect.Pointer (#35176)
Since go 1.18 reflect has `reflect.Pointer` which replaces
`reflect.Ptr`. Newer versions of `govet` will alert. 
See also: https://pkg.go.dev/reflect#pkg-constants
2026-06-18 18:34:34 +02:00
..
testdata eth: implement EIP-7975 (eth/70 - partial block receipt lists) (#33153) 2026-03-30 15:17:37 +02:00
gen.go rlp/rlpgen: implement package renaming support (#31148) 2025-08-01 18:30:48 +02:00
gen_test.go .github: add windows runner (#34742) 2026-04-22 12:18:56 +02:00
main.go rlp/rlpgen: remove build tag (#28106) 2023-09-14 12:28:40 +02:00
types.go all: change reflect.Ptr to reflect.Pointer (#35176) 2026-06-18 18:34:34 +02:00