-
Notifications
You must be signed in to change notification settings - Fork 7
Fix CI failing jobs #527
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
base: master
Are you sure you want to change the base?
Fix CI failing jobs #527
Conversation
re-gius
left a comment
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 - careful review of the Anvil part, superficial review of the Foundry changes
|
|
||
| self.calls.push(if self.call_types.last().is_some_and(|x| matches!(x, Type::Create)) { | ||
| self.current_addr() | ||
| } else if let Some(delegate) = _is_delegate_call { |
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.
nit: why using _is_delegate_call instead of is_delegate_call if we are actually using it?
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.
done
No description provided.