-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add more standard gateway adapters #13
base: master
Are you sure you want to change the base?
Conversation
This reverts commit e1f803e.
bytes32 outboxId, | ||
uint256 maxSubmissionCost, | ||
address excessFeeRefundAddress, | ||
address callValueRefundAddress, |
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 this value should not be a post-processing parameter, but should be set to the sender. This address will get all the call value back, and it may also be able to cancel the ticket.
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.
@frangio I was wondering if we have been in touch with the Wormhole team regarding this?
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.
No, this was an internal experiment.
6828304
to
b173eed
Compare
No description provided.