-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-devp2pRelated to the Ethereum P2P protocolRelated to the Ethereum P2P protocolC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Description
Describe the feature
eth69 introduces a new message variant:
for this we need a new struct and messageid variant:
reth/crates/net/eth-wire-types/src/message.rs
Line 399 in 22e9a17
| pub enum EthMessageID { |
and
reth/crates/net/eth-wire-types/src/message.rs
Line 195 in 22e9a17
| pub enum EthMessage<N: NetworkPrimitives = EthNetworkPrimitives> { |
and update
reth/crates/net/eth-wire-types/src/message.rs
Lines 457 to 460 in 22e9a17
| /// Returns the max value. | |
| pub const fn max() -> u8 { | |
| Self::Receipts.to_u8() | |
| } |
TODO
- add types and message variants for BlockRangeUpdate
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-devp2pRelated to the Ethereum P2P protocolRelated to the Ethereum P2P protocolC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Type
Projects
Status
Done