-
Notifications
You must be signed in to change notification settings - Fork 177
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
chore: release v1.407.0 #5134
Merged
Merged
chore: release v1.407.0 #5134
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: handle cow swap minimums using error monads * feat: handle lifi minimums using error monads * feat: handle oneinch minimums using error monads * feat: handle osmosis minimums using error monads * feat: handle thor swap minimums using error monads * feat: handle zrx minimums using error monads * chore: rely on error monads for minimums * fix: tests * feat: show amount too low message in ui using error monad * fix: remove donation from thorchain protocol fees * chore: remove redundant SwapErrorType value * chore: action code review feedback * fix: display minimum on quote error ui where possible --------- Co-authored-by: Apotheosis <0xapotheosis@gmail.com>
* fix: show slippage icon if no quotes * chore: improve naming * fix: auto slippage setting
* chore: update fr translations * chore: update de translations * chore: update es translations * chore: update pt translations * chore: update ru translations * chore: update tr translations * chore: update uk translations * chore: update ru translations * chore: update uk translations --------- Co-authored-by: Hellhound13 <hellhound13@gmx.at> Co-authored-by: Jpanam <jorgepana26@hotmail.com> Co-authored-by: guiribabrb <guilherme.rb.barbosa@gmail.com> Co-authored-by: Romko <29romko29@gmail.com> Co-authored-by: Markus Meyer <djarmy@gmail.com>
fix: use ShapeShift 1inch API endpoint
Co-authored-by: gomes <17035424+gomesalexandre@users.noreply.github.com>
* chore: add error handling to thorchain swaper route generation * fix: tests
* feat: thorchain swapper affiliate fees * fix: dont display donation amount when 0 * fix: dont display 0 percentages * fix: remove incorrect tooltip
* chore: disable osmo chain everywhere * chore: add clear portfolio migration to remove osmo * chore: remove osmo plugin * chore: return null instead of throwing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fix: handle various memo lengths per chain family for thorchain swapper (#5133)
feat: comply with thorchain minimum amounts when swapping (#5132)
feat: feature toggles for thorchain swapper (#5131)
chore: disable osmo chain everywhere (#5129)
chore: add more isStreaming to MixPanel (#5128)
fix: zerionApi schema nullable fields (#5125)
feat: don't display streaming THOR quote when same as regular quote (#5121)
chore: add isStreaming to mixpanel (#5127)
feat: thorchain swapper affiliate fees (#5126)
feat: time estimate UI for trade quotes (#5118)
chore: remove market data from trade execution (#5117)
chore: add error handling to thorchain swapper route generation (#5115)
chore: remove dead code from thorchain swapper (#5114)
chore: remove redundant lifi tools map (#5113)
feat: thor streaming swaps quote (#5106)
feat: upgrade swappers to support returning multiple quotes (#5095)
feat: make oneinch great again (#5105)
chore: update app translations (#5104)
feat: use market data from bridged assets if base asset data is unavailable (#5103)
feat: fetch market data at quote time (#5102)
chore: remove manual memo calcs (#5094)
fix: handle positive price impact (#5087)
feat: slippage improvements (#5093)
feat: handle minimums using error monads (#5081)