-
Notifications
You must be signed in to change notification settings - Fork 397
feat: Introducing BlockOverrides support to EthCallParams #2493
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: Introducing BlockOverrides support to EthCallParams #2493
Conversation
…://github.com/Ayushdubey86/alloy into chore-BlockOverrides-support-to-EthCallParams
@mattsse pushed all ! 💯 |
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 smol nit
|
||
let mut seq = serializer.serialize_seq(Some(len))?; | ||
seq.serialize_element(&self.data())?; | ||
|
||
if let Some(overrides) = self.overrides() { |
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'd like to keep this but convert this into an else if
and add an initial if let some(blockoverrides)
first, same pattern as above
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.
pushed
…://github.com/Ayushdubey86/alloy into chore-BlockOverrides-support-to-EthCallParams
resolves #2490 @mattsse @yash-atreya !!