-
Notifications
You must be signed in to change notification settings - Fork 105
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
Release v1.0.3 #3179
Closed
Closed
Release v1.0.3 #3179
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
When the wallet is not able to fund all the orders requested, it resulted in a panic in the mm code, because a nil MultiTradeResult was returned. This also fixes the UI to properly display unknown errors in the epoch report.
* parse binance error responses * fix pointer
…ecred#3103) Returning null here was causing UI errors. It's better to return an empty map then null.
* mm/binance: Use filters and withdraw multiple The price and lot size filters were not being used, leading to trade errors. The withdraw multiple was also not being used leading to withdraw errors.
Co-authored-by: karamble <[email protected]>
* client/webserver: Update static chinese translations More correct tsatic chinese translations * client: New Chinese translations for Login, Bonds, MM, Notifications. * client: remove future translations --------- Co-authored-by: dev-warrior777 <>
* libxc/binance: Better error message Return the actual error message in the error so it prints properly on the UI. * Joe review and other logging fixes
* libxc/binance: Fix polygon symbol conversion Since the conversion from MATIC -> POL, the symbol conversion for polygon and polygon tokens was not working properly. This is fixed. * Clean up convertBnCoin
The balance handling was incorrectly handling situations where multiple matches in the same order shared a swap or redemption transaction. For example if there were three matches which redeemed 1 DCR each using the same transaction, the balance handling would think that 9 DCR was redeemed instead of 3.
The market making code did not account for the multi split buffer when determining the orders to place. This caused the btc and dcr wallets to error when the bot had insufficient funds.
Co-authored-by: norwnd <norwnd>
…tantly (decred#3163) * polygon: fix wallet connected/disconnected notifications show up constantly * update timeout to 10s and leave clarifying comment --------- Co-authored-by: norwnd <norwnd>
Updates the Feature-Policy header to a Permissions-Policy header. Also, add hidden username fields to some forms to suppress console warnings.
release-v1.0 branch updated |
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.
No description provided.