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
Now that alloy-rs/alloy#1650 has been merged, after the next release of alloy, we will be able to use directly the BlockWithParent alloy type and remove the redundant definition from reth here
With the v0.7 of alloy, this is not blocked anymore here (https://github.com/alloy-rs/alloy/releases/tag/v0.7.0) but alloy_eips needs a matching verison for alloy_consensus which has a new field target_blobs_per_block in Header which breaks here:
Describe the feature
Now that alloy-rs/alloy#1650 has been merged, after the next release of alloy, we will be able to use directly the
BlockWithParent
alloy type and remove the redundant definition from reth herereth/crates/primitives-traits/src/header/sealed.rs
Lines 14 to 21 in d9ed07a
Additional context
No response
The text was updated successfully, but these errors were encountered: