[bisq-network/bisq] Spend pending BSQ (#2171)

sqrrm notifications at github.com
Tue Dec 25 20:15:59 UTC 2018


Introduces parsing of unconfirmed transactions to allow for spending of pending BSQ transactions.

I'm not really clear how the UI should handle the pending amounts, but the accounting needs an overhaul anyway so I plan to do that in a different PR.

Also fixes some other issues found along the way while testing.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Initialize Set to avoid nullpointer access
  * Add option to parse unconfirmed tx
  * Allow spend of pending BSQ
  * Fix #2123
  * Don't burn BSQ for failed compensation request

-- File Changes --

    M core/src/main/java/bisq/core/btc/wallet/BsqWalletService.java (24)
    A core/src/main/java/bisq/core/dao/exceptions/IncompleteBitcoinjTransactionException.java (26)
    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 (22)
    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 (7)
    M core/src/main/java/bisq/core/dao/node/parser/TxParser.java (22)
    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 (11)
    M core/src/test/java/bisq/core/dao/state/DaoStateSnapshotServiceTest.java (3)
    M desktop/src/main/java/bisq/desktop/main/funds/withdrawal/WithdrawalView.java (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2171.patch
https://github.com/bisq-network/bisq/pull/2171.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/2171
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181225/0fbfe9e4/attachment-0001.html>


More information about the bisq-github mailing list