Skip to content
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
wants to merge 24 commits into from
Closed

Release v1.0.3 #3179

wants to merge 24 commits into from

Conversation

martonp
Copy link
Collaborator

@martonp martonp commented Feb 6, 2025

No description provided.

martonp and others added 24 commits February 6, 2025 13:25
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.
* 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.
…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.
@buck54321
Copy link
Member

release-v1.0 branch updated

@buck54321 buck54321 closed this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants