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.
For some background, we currently have an issue with unstaking inventory where if there's no liquidity in the vault, we're unable to fetch a quote, but we need the quote data to actually handle the unstake (and determine if there are any fees or premiums to pay).
Unstaking inventory shouldn't care about whether there's enough liquidity or not, but all of the remaining quote logic that we actually need is too engrained in the quote system. The aim of this PR is to make it so we can grab all the quote data while specifying that we don't care whether there's actually enough liquidity for the buy/sell/swap action itself.
Commits: