-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.2.4 #3756
Release/v1.2.4 #3756
Conversation
With v1.2 we use 2of2 multisig for deposit tx. This commit changes the manual payout window to reflect that. - Remove unused code from legacy arbitration - Fix comments
With link to v1.2 dispute resolution documentation.
If we do not get any BTC from a mediated payout tx we do not know about the confirmation state so it would stay always in the unconfirmed state. To avoid that confusion we prefer to hide the icon. This is a known issue from BitcoinJ but we have not found a solution for that yet.
Fixes #3721 (part of the problem was that the trade ended up in failed trade) Refactor method and add comments. We did not handle the case of a mediated payout. isPayoutPublished() is only reflecting non-disputed trade payouts.
We had a small memory leak in the code base. Namely, there have been some threadpools in use but not shutdown when they have been no longer needed. Result was that the threads and the parent threads have been kept alive which lead to hundreds of stale threads over the course of several days.
* Update bitcoinj checkpoint file * Update translations * Update data stores
….2.4 # Conflicts: # core/src/main/resources/i18n/displayStrings_zh-hant.properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utAck
Is this the standard way that every release branch is done?
What happens if there are changes that are only on the branch because What is the downside of adding all the changes that were originally just on the branch to go to I know there are a ton of branching models so just want to understand this one :) |
No description provided.