-
Notifications
You must be signed in to change notification settings - Fork 13
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
improve(HubPoolClient): Remove originChain LP fee constraint #556
Merged
Commits on Feb 14, 2024
-
improve(HubPoolClient): Remove originChain LP fee constraint
Remove a constraint in batch LP fee computation by permitting any unsorted array of deposit objects, rather than requiring the array be filtered for a single origin chain. This turned out to be a fairly simple change, and allows an actor (i.e. the relayer) to batch-compute the LP fee for a large array of deposits. A follow up change will update the function prototype to accept a repaymentChainId.
Configuration menu - View commit details
-
Copy full SHA for 11dad3b - Browse repository at this point
Copy the full SHA 11dad3bView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb08d08 - Browse repository at this point
Copy the full SHA cb08d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for daee1c6 - Browse repository at this point
Copy the full SHA daee1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9be9d - Browse repository at this point
Copy the full SHA 3c9be9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a91a2 - Browse repository at this point
Copy the full SHA 64a91a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbee44a - Browse repository at this point
Copy the full SHA dbee44aView commit details -
Revert "Remove undefined paymentChainId scenario"
This reverts commit dbee44a.
Configuration menu - View commit details
-
Copy full SHA for f3335e4 - Browse repository at this point
Copy the full SHA f3335e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f4d9e - Browse repository at this point
Copy the full SHA 83f4d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b76ffb - Browse repository at this point
Copy the full SHA 3b76ffbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.