Introduce Receipt69 variant #15510
Labels
A-networking
Related to networking in general
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
S-blocked
This cannot more forward until something else changes
Describe the feature
blocked by #15509 which removes te bloom from the p2p message.
we can introduce a new
Receipts69
variant next to:reth/crates/net/eth-wire-types/src/message.rs
Lines 226 to 231 in 48e0ec6
This new variant is the same as
reth/crates/net/eth-wire-types/src/receipts.rs
Lines 26 to 29 in 48e0ec6
but with just
Vec<Vec<T>>
we can reuse the same type if we lift the
ReceiptWithBloom
to the generic so that the legacy message will getReceipts< ReceiptWithBloom <T >>
instead ofReceipts<T>
and the newReceipts69
will beReceipts<T>
cc @stevencartavia
Additional context
No response
The text was updated successfully, but these errors were encountered: