-
Notifications
You must be signed in to change notification settings - Fork 0
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
it compiles #6
it compiles #6
Conversation
20399e0
to
f9072b8
Compare
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.
The refactoring of the validation code looks great. Haven't taken a look at the code involving constructing Quark operations yet, I figure I should just take a look at Hans' PR for that.
6863805
to
907ca6f
Compare
907ca6f
to
df61498
Compare
string actionType; | ||
bytes actionContext; | ||
// One of the PAYMENT_METHOD_* constants. | ||
string paymentMethod; |
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 guess we should put a TODO:
for paymentMethod?
It seems I can't find where it gets initialized or specified anywhere 🤔
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 is set in #8
This constructs an Action struct for the Transfer flow. Tests are now passing. We also re-run the forge formatter using the version of foundry expected by CI. In fact, most of the diffs in this PR are formatter changes.
The gas snapshot CI action was failing because the project's `via-ir` settings were moved to a new Foundry profile, but our scripts and CI actions were not modified to use the Foundry profile.
had to rebase on main so that I had access to bridger code