go-ethereum/rlp/rlpgen/testdata
Bosul Mun 965bd6b6a0
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
eth: implement EIP-7975 (eth/70 - partial block receipt lists) (#33153)
In this PR, we add support for protocol version eth/70, defined by EIP-7975.

Overall changes:

- Each response is buffered in the peer’s receipt buffer when the
`lastBlockIncomplete` field is true.
- Continued request uses the same request id of its original
  request(`RequestPartialReceipts`).
- Partial responses are verified in `validateLastBlockReceipt`.
- Even if all receipts for partial blocks of the request are collected,
  those partial results are not sinked to the downloader, to avoid
  complexity. This assumes that partial response and buffering occur only
  in exceptional cases.

---------

Co-authored-by: Gary Rong <garyrong0905@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2026-03-30 15:17:37 +02:00
..
bigint.in.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
bigint.out.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
nil.in.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
nil.out.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
optional.in.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
optional.out.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
pkgclash.in.txt eth: implement EIP-7975 (eth/70 - partial block receipt lists) (#33153) 2026-03-30 15:17:37 +02:00
pkgclash.out.txt eth: implement EIP-7975 (eth/70 - partial block receipt lists) (#33153) 2026-03-30 15:17:37 +02:00
rawvalue.in.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
rawvalue.out.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
uint256.in.txt rlp: support for uint256 (#26898) 2023-03-17 06:51:55 -04:00
uint256.out.txt rlp: support for uint256 (#26898) 2023-03-17 06:51:55 -04:00
uints.in.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
uints.out.txt rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00