remove proptest-specific encoding logic from Header #6329
Labels
C-enhancement
New feature or request
C-test
A change that impacts how or what we test
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
This code needs to be removed, along with the similar looking code in that file:
reth/crates/primitives/src/header.rs
Lines 521 to 572 in e03544b
We need to fix the
proptest::arbitrary::Arbitrary
implementation to only include i.e.excess_blob_gas
if all previous fork specific fields exist.reth/crates/primitives/src/header.rs
Lines 616 to 633 in e03544b
Additional context
No response
The text was updated successfully, but these errors were encountered: