-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(l2-withdrawals): consensus rules #14308
Conversation
/// Other, likely an L2 error. | ||
#[display("other, search logs for l2 error")] | ||
Other, |
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.
this variant is temp, is possible to remove since #13655 lays way for this, but grows scope of this pr way too large since is hardcoded Error = ConsensusError
for use Consensus
trait in many places in codebase
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.
let me see if we can relax the clone here then we can use Other(Box here
removed the dep on reth-trie since requested change to move |
windows failing ci #14337 |
CodSpeed Performance ReportMerging #14308 will not alter performanceComparing Summary
|
/// Other, likely an L2 error. | ||
#[display("other, search logs for l2 error")] | ||
Other, |
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.
let me see if we can relax the clone here then we can use Other(Box here
…radigmxyz/reth into emhane/l2-withdrawals-consensus-rules
I tried not too long ago, and it was painful @mattsse |
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.
a few more suggestions, lg over all
c9d6f8e
to
a4c2bb2
Compare
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.
last pedantic error nit
blocked by #14499 |
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.
lgtm,
one step closer
Checks out consensus rules from #14124