Skip to content

NewBlockHashesPacket

Source (upstream pre-purge) Current
File eth/protocols/eth/protocol.go protocol_pow.go
Symbol NewBlockHashesPacket NewBlockHashesPacket
Ref 723aae2b4~1 etc/v1.17.3-full-node

Block hash announcement packet. Removed from upstream v1.17.2 protocol.go.

3-way merge — purge → getc ← upstream

pre-purgefork-only
// NewBlockHashesPacket is the network packet for the block announcement message.
type NewBlockHashesPacket []struct {
Hash common.Hash // Hash of one particular block being announced
Number uint64 // Number of one particular block being announced
}

← eth Protocol