Class: Reth::ETHProtocol::GetBlockHashesFromNumber

Inherits:
DEVp2p::Command
  • Object
show all
Defined in:
lib/reth/eth_protocol.rb

Overview

Requires peer to reply with a BlockHashes message.

Message should contain block with that of number number on the canonical chain. Should also be followed by subsequent blocks, on the same chain, detailing a number of the first block hash and a total of hashes to be sent. Returned hash list must be ordered by block number in ascending order.