[bisq-network/bisq] Improve cleanup routines (#3565)

chimp1984 notifications at github.com
Tue Nov 5 19:55:02 UTC 2019


You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/3565

-- Commit Summary --

  * New trade protocol (#3333)
  * Signed witness trading (#3334)
  * Improve witness handling (#3342)
  * Complete new trade protocol (#3340)
  * Use account signing state in accounts view (#3365)
  * Test self signing witnesses
  * Merge pull request #3368 from sqrrm/witness-signing-test
  * Change verified account limit factor to 0.5
  * Account Signing: Add information popups for signing state (#3374)
  * Account Signing: Improve signed state notificaton (#3388)
  * Fix account signing state in offer book (#3390)
  * Account Signing: Fix verified usage (#3392)
  * Merge pull request #3370 from sqrrm/change-verified-limit
  * Account signing: add signing state to payment account selection (#3403)
  * Account signing: revert dev date setting for trusted accounts (#3404)
  * Add trade limit exceptions (#3406)
  * Update translations to adapt to new unified delay (#3409)
  * NTP: Fix a couple of UI issues in the New Trade Protocol (#3410)
  * NTP: Improve differentiation between mediation and new arbitration (#3414)
  * Don't sign filtered accounts
  * Merge pull request #3415 from sqrrm/exclude-banned-accounts
  * NTP: merge with master (#3420)
  * Account Signing: Improve arbitrator signing flow (#3421)
  * Show connected Bitcoin network peer info
  * List Ndau (XND)
  * List Animecoin (ANI)
  * Apply rule to not allow BSQ outputs after BTC output for regular txs (#3413)
  * Update account signing strings for v1.2 release (#3435)
  * Account Signing/NTP: More improvements and fixes (#3436)
  * Fix bug with not updating vote result table at vote result block
  * NTP: improve backwards compatibility for mediation (#3439)
  * Merge pull request #3442 from chimp1984/fix-vote-result-view-update
  * Use correct formatter and add missing value for placeholder
  * Merge pull request #3445 from ripcurlx/fix-wrong-formatter
  * Bump version number
  * Add sign all checkbox. Fix list entry display (#3450)
  * Use safe version for seednodes (#3452)
  * Arbitrator republish signedWitnesses on startup (#3448)
  * Improve new feature popup for ntp and account signing (#3453)
  * Do not commit delayedPayoutTx to avoid publishing at restart
  * Merge pull request #3464 from chimp1984/fix-publishing-of-time-locked-tx
  * [1.2.0] Update client resources (#3456)
  * [1.2.0] Improve new feature popup (#3465)
  * Add Raspberry Pi to build process (#3466)
  * Update informational prompt upon creating fiat account with account signing details (#3467)
  * Set delayedPayoutTxBytes when setting delayedPayoutTx
  * Minor updates (#3474)
  * Update RECIPIENT_BTC_ADDRESS for regtest (#3478)
  * Remove btc nodes from Manfred Karrer (#3480)
  * Avoid null objects (#3481)
  * Display appropriate account age info header
  * Set amount for delayed payout tx to 0 (#3471)
  * Merge pull request #3490 from sqrrm/account-age-info
  * Check for result phase at activate method
  * Only show warning for risky payment menthods (#3497)
  * Fix style issues with dark mode (#3495)
  * Addresses issues mentioned in https://github.com/bisq-network/bisq/issues/3482#issuecomment-546812730 (#3496)
  * Clean up trade statistics from duplicate entries (#3476)
  * Change unsigned to N/A
  * [1.2.0] Update data stores and adding SignedWitnessStore (#3494)
  * VoteResultView update results on any block in result phase
  * Merge pull request #3475 from chimp1984/fix-missing-setting-of-delayedPayoutTxBytes
  * Merge pull request #3500 from sqrrm/fix-voteresultview
  * Merge pull request #3499 from ripcurlx/set-unsigned-to-na
  * [1.2.0] Format maker fee for BTC and BSQ correctly (#3498)
  * Only automatically open popup if result wasn't accepted and disable action button when being accepted (#3503)
  * Fix tradestatistics (#3469)
  * Update translations
  * [1.2.0] Improve dispute section (#3504)
  * Revert to SNAPSHOT version
  * Fix but with initialRequestApplied (#3512)
  * Fix resource name (#3514)
  * Remove minor version number in news popup
  * Fix copy SignedWitnessStore db script
  * Not show payment account details for blocked offers
  * Use age of accountAgeWitness as basis for sell limits
  * Merge pull request #3518 from sqrrm/use-account-age-for-sellers
  * Bump version number
  * Revert to SNAPSHOT version
  * Merge v1.2.0/v1.2.1 with master (#3521)
  * Add CapabilityRequiringPayload to TradeStatistics2
  * Merge pull request #3525 from chimp1984/add-capability-to-tradestats
  * Fix tradestat hash issue (#3529)
  * Temporarily remove this part of the statistics
  * Merge branch 'master' of github.com:bisq-network/bisq into release/v1.2.0
  * Add listener for RejectMessages
  * Handle RejectedTxException
  * Add RejectedTxException
  * Add checkForInvalidMakerFeeTxs method
  * Show all parse blocks logs (not only those which takes longer)
  * Add null check, add display strings, other small changes...
  * Check for trades with no deposit tx. Improve cleanUpAddressEntries method
  * Refactor: Rename methods
  * Refactor: Rename method
  * Refactor: Rename method
  * Add more checks for invalid trades and disputes
  * Add null check. Deactivate addTradeToFailedTradesList call
  * Merge branch 'master_upstream' into improve-cleanup-routines

-- File Changes --

    M core/src/main/java/bisq/core/app/BisqSetup.java (62)
    M core/src/main/java/bisq/core/app/WalletAppSetup.java (3)
    M core/src/main/java/bisq/core/btc/Balances.java (4)
    A core/src/main/java/bisq/core/btc/exceptions/RejectedTxException.java (32)
    M core/src/main/java/bisq/core/btc/setup/WalletsSetup.java (24)
    M core/src/main/java/bisq/core/btc/wallet/BsqWalletService.java (2)
    M core/src/main/java/bisq/core/btc/wallet/BtcWalletService.java (8)
    M core/src/main/java/bisq/core/dao/node/parser/BlockParser.java (5)
    M core/src/main/java/bisq/core/trade/TradeManager.java (76)
    A core/src/main/java/bisq/core/trade/TradeTxException.java (24)
    M core/src/main/java/bisq/core/trade/closed/ClosedTradableManager.java (6)
    M core/src/main/java/bisq/core/trade/failed/FailedTradesManager.java (11)
    M desktop/src/main/java/bisq/desktop/main/MainViewModel.java (2)
    M desktop/src/main/java/bisq/desktop/main/funds/locked/LockedView.java (2)
    M desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java (58)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/3565.patch
https://github.com/bisq-network/bisq/pull/3565.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3565
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191105/474f8c9a/attachment-0001.html>


More information about the bisq-github mailing list