[bisq-network/bisq] Spend unacked bsq (#2244)

sqrrm notifications at github.com
Fri Jan 11 14:08:42 UTC 2019


This PR allows to spend pending BSQ. It doesn't check where the pending txs came from however so any incoming BSQ will be spendable immediately. It might be better to only allow to spend own unacked txs rather than all, not sure.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Initialize Set to avoid nullpointer access
  * Fix #2123
  * Don't burn BSQ that were part of a failed issuance request
  * Add extra info on unused BSQ addresses
  * Add option to parse unconfirmed tx
  * Allow spend of pending BSQ

-- File Changes --

    M core/src/main/java/bisq/core/btc/wallet/BsqWalletService.java (59)
    M core/src/main/java/bisq/core/dao/governance/bond/Bond.java (6)
    M core/src/main/java/bisq/core/dao/governance/voteresult/issuance/IssuanceService.java (2)
    M core/src/main/java/bisq/core/dao/node/full/RawTx.java (21)
    M core/src/main/java/bisq/core/dao/node/full/RawTxOutput.java (21)
    M core/src/main/java/bisq/core/dao/node/parser/GenesisTxParser.java (2)
    M core/src/main/java/bisq/core/dao/node/parser/TxInputParser.java (11)
    M core/src/main/java/bisq/core/dao/node/parser/TxOutputParser.java (8)
    M core/src/main/java/bisq/core/dao/node/parser/TxParser.java (28)
    M core/src/main/java/bisq/core/dao/state/DaoStateService.java (57)
    A core/src/main/java/bisq/core/dao/state/model/UnconfirmedState.java (51)
    M core/src/main/java/bisq/core/dao/state/model/blockchain/TxInput.java (10)
    M core/src/main/resources/i18n/displayStrings.properties (3)
    M desktop/src/main/java/bisq/desktop/main/funds/withdrawal/WithdrawalView.java (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2244.patch
https://github.com/bisq-network/bisq/pull/2244.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/2244
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190111/bf0a9df7/attachment.html>


More information about the bisq-github mailing list