GetReceiptsPacket¶
| Source (upstream pre-purge) | Current | |
|---|---|---|
| File | eth/protocols/eth/protocol.go |
protocol_pow.go |
| Symbol | GetReceiptsPacket |
GetReceiptsPacket |
| Ref | f4d53133f~1 |
etc/v1.17.4-full-node |
Request-ID-wrapped receipts query {RequestId, GetReceiptsRequest}. eth/69 renamed the request wrappers to GetReceiptsPacket69/70; ETH68 needs the un-suffixed pre-purge type.
3-way merge — purge → getc ← upstream¶
pre-purge
↗// GetReceiptsPacket represents a block receipts query with request ID wrapping.
type GetReceiptsPacket struct {
RequestId uint64
GetReceiptsRequest
}