-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(protocol): Replace use of OpBlock
with alloy type generic over transaction
#47
Conversation
1ab4cbd
to
0d948d2
Compare
0d948d2
to
1bd57d5
Compare
blocked by release of #46 |
6262e99
to
e4e7e9a
Compare
blocked by alloy-rs/alloy#1913 |
incorporating changes from alloy-rs/alloy#1913 in later issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this is very nice! Very much like the relaxed constraints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imo making this generic is a good idea, this way all of this can be used by opstack nodes with custom txs
Based on #46
Replaces use of type alias
OpBlock
withBlock<T>
.maili-protocol
only uses deposit transaction in block and header. Wherever deposit transaction is used, relies onOpTransaction
trait.