go-ethereum/eth/protocols/snap
rjl493456442 b5d322000c
eth/protocols/snap: fix block accessList encoding rule (#34644)
This PR refactors the encoding rules for `AccessListsPacket` in the wire
protocol. Specifically:

- The response is now encoded as a list of `rlp.RawValue`
- `rlp.EmptyString` is used as a placeholder for unavailable BAL objects
2026-04-07 20:13:19 +08:00
..
discovery.go
gentrie.go
gentrie_test.go
handler.go
handler_fuzzing_test.go
handler_test.go
handlers.go
metrics.go
peer.go
progress_test.go
protocol.go
range.go
range_test.go
sort_test.go
sync.go
sync_test.go