-
Notifications
You must be signed in to change notification settings - Fork 420
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: mixed routing with v4 hookless pools #694
feat: mixed routing with v4 hookless pools #694
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@uniswap/[email protected], npm/@uniswap/[email protected] |
Graphite Automations"Request reviewers once CI passes on smart-order-router repo" took an action on this PR • (09/12/24)3 reviewers were added and 1 assignee was added to this PR based on 's automation. |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
3f3af2d
to
9d56196
Compare
This reverts commit ee0b207.
8758515
to
0f2b53b
Compare
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
What is the current behavior? (You can also link to an open issue here)
current mixed quoter doesn't support mixed routing with v4 pools.
What is the new behavior (if this is a feature change)?
we will have a conditional to determine which version of mixed quoter to hit against, depending on whether any mixed route contains a v4 pool.
Other information:
It depends on feat(router-sdk): support mixed route with v4 route sdks#94 and feat(sdk-core): add mixed quoter v2 property sdks#95 to merge first.