Skip to content

ReceiptsRLPPacket

Source (upstream pre-purge) Current
File eth/protocols/eth/protocol.go protocol_pow.go
Symbol ReceiptsRLPPacket ReceiptsRLPPacket
Ref f4d53133f~1 etc/v1.17.4-full-node

{RequestId, ReceiptsRLPResponse} — already-encoded receipts reply used by ReplyReceiptsRLP.

3-way merge — purge → getc ← upstream

pre-purge
// ReceiptsRLPPacket is ReceiptsRLPResponse with request ID wrapping.
type ReceiptsRLPPacket struct {
RequestId uint64
ReceiptsRLPResponse
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`protocol.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/protocols/eth/protocol.go) | | Symbol | `ReceiptsRLPPacket` | | Ref | `v1.12.20` |

← eth Protocol