-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(deps): bump alloy 0.6.4 #9280
base: master
Are you sure you want to change the base?
Conversation
* fix: ui - use AnyRpcBlock * fix: wallets - use PrimitveSig
Blocked by alloy-rs/alloy#1631 |
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", | ||
"miner": "0x0000000000000000000000000000000000000000", |
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 looks similar to #9324 in terms of a breaking change
Is there a way we can handle this elegantly?
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.
Can add aliases in alloy
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.
I think that would be beneficial, it makes sure that users are able to load older Anvil states
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.
should we then add the gas limit too?
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.
yes we should, reopened #9324 to be closed by this one
Co-authored-by: zerosnacks <[email protected]>
Motivation
Closes #9239
Latest alloy
0.6.4
Solution
Bump to latest and address breaking changes