You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to decode any given eth protocol message, we need to implement Encodable and Decodable on the EthMessage enum. To do this, we need to implement and test Encodable and Decodable for the following types:
In order to decode any given
eth
protocol message, we need to implementEncodable
andDecodable
on theEthMessage
enum. To do this, we need to implement and testEncodable
andDecodable
for the following types:Status
NewBlockHashes
NewBlock
Transactions
NewPooledTransactionHashes
GetBlockHeaders
BlockHeaders
GetBlockBodies
BlockBodies
GetPooledTransactions
PooledTransactions
GetNodeData
NodeData
GetReceipts
Receipts
#2 tracks collecting test vectors for testing message encoding and decoding.
The text was updated successfully, but these errors were encountered: