-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bump alloy [provider, rpc-types, serde, transport, rpc-client, transp… #4
Conversation
…ort-http] to 0.1.4, alloy-primitives to 0.7.7 and revm to 11.0.0
Cargo.toml
Outdated
alloy-provider = {version = "0.1.4", default-features = false} | ||
alloy-rpc-types = {version = "0.1.4", features = ["eth"]} | ||
alloy-serde = {version = "0.1.4", default-features = false} | ||
alloy-transport = {version = "0.1.4", default-features = false} |
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'm being very pedantic here but please keep the surrounding white space i {}
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.
Fixed all the white spaces my Code ate :)
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 nit
src/backend.rs
Outdated
if number > u64::MAX { | ||
return Ok(KECCAK_EMPTY); | ||
} |
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 check is now redundant and can be removed entirely
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.
Completely missed that
Fixed
…ort-http] to 0.1.4, alloy-primitives to 0.7.7 and revm to 11.0.0
Motivation
Solution
PR Checklist