-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: alloy 0.14 #15635
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: alloy 0.14 #15635
Conversation
state, | ||
codes: Default::default(), | ||
keys: state_preimages, | ||
..Default::default() |
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.
Prep for #15608
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
pending @DaniPopes for sanity review
failing compact test is unrelated because we renamed the type from PrimitiveSignature to just Signature |
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.
lgmt
CodSpeed Performance ReportMerging #15635 will improve performances by 10.13%Comparing Summary
Benchmarks breakdown
|
Co-authored-by: Matthias Seitz <[email protected]>
Bumps
alloy 0.14
core 1.0
chains 0.2
eips 0.2
trie 0.8
op-allloy deps 0.13
revm 22
revm-inspectors 19
rand 0.9 (included in alloy-core 1.0)
secpk256k1 hasn't been updated to use rand
0.9
. See: Update rand to 0.9.x rust-bitcoin/rust-secp256k1#788.To workaround this, rand_08 has also been included: 2550056
Workaround looks something like this:
#15635 (comment)