Closed emhane closed 1 month ago
Default is required trait bound for reth integration of Sealed<T>. Ref https://github.com/paradigmxyz/reth/issues/11123.
Default
Sealed<T>
Derives Default for Sealed<T>.
this is also problematic, we can only safely do this if we seal in the manual default impl
same here, pls open issue in reth to manual impl Default for all types that use SealedBlock
SealedBlock
Motivation
Default
is required trait bound for reth integration ofSealed<T>
. Ref https://github.com/paradigmxyz/reth/issues/11123.Solution
Derives
Default
forSealed<T>
.PR Checklist