[bisq-network/bisq] Prepare http api merge (#1797)

Manfred Karrer notifications at github.com
Sun Oct 21 04:07:43 UTC 2018


This PR adds changes from the Http-API branch which have been applied there for a while but not well tested and reviewed. After that is merged it should make meging the Http-API branch easier. 
It does not contain Http-API content beside the option keys.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add BisqSetupCompleteListener interface
  * Add HTTP_API_HOST and HTTP_API_PORT options
  * Refactor balanceModel
  * Add methods to OfferUtil
  * Add TxFeeEstimation class
  * Use OfferUtil.getAcceptedBanks
  * Use OfferUtil.getExtraDataMap
  * Use OfferUtil.getAcceptedCountryCodes
  * Use OfferUtil.getBankId and getCountryCode
  * Add TODOs
  * Fix ConcurrentModificationException
  * Add TxFeeEstimation class
  * Fix arguments

-- File Changes --

    M core/src/main/java/bisq/core/app/AppOptionKeys.java (2)
    M core/src/main/java/bisq/core/app/BisqEnvironment.java (12)
    M core/src/main/java/bisq/core/app/BisqExecutable.java (11)
    M core/src/main/java/bisq/core/app/BisqFacade.java (11)
    M core/src/main/java/bisq/core/app/BisqHeadlessApp.java (1)
    M core/src/main/java/bisq/core/app/BisqHeadlessAppMain.java (5)
    M core/src/main/java/bisq/core/app/BisqSetup.java (31)
    M core/src/main/java/bisq/core/app/misc/ExecutableForAppWithP2p.java (5)
    A core/src/main/java/bisq/core/btc/BalanceUtil.java (82)
    A core/src/main/java/bisq/core/btc/Balances.java (108)
    M core/src/main/java/bisq/core/btc/BitcoinModule.java (4)
    M core/src/main/java/bisq/core/btc/model/AddressEntryList.java (9)
    M core/src/main/java/bisq/core/btc/wallet/BtcWalletService.java (19)
    M core/src/main/java/bisq/core/btc/wallet/TradeWalletService.java (31)
    M core/src/main/java/bisq/core/offer/OfferUtil.java (124)
    A core/src/main/java/bisq/core/offer/TxFeeEstimation.java (137)
    M core/src/main/java/bisq/core/offer/placeoffer/tasks/ValidateOffer.java (1)
    M core/src/main/java/bisq/core/payment/AccountAgeWitnessService.java (6)
    M core/src/main/java/bisq/core/presentation/BalancePresentation.java (12)
    M core/src/main/java/bisq/core/trade/TradeManager.java (7)
    M core/src/main/java/bisq/core/user/Preferences.java (4)
    A core/src/test/java/bisq/core/offer/TxFeeEstimationTest.java (124)
    M desktop/src/main/java/bisq/desktop/app/BisqAppMain.java (4)
    M desktop/src/main/java/bisq/desktop/main/funds/withdrawal/WithdrawalView.java (2)
    M desktop/src/main/java/bisq/desktop/main/offer/MutableOfferDataModel.java (120)
    M desktop/src/main/java/bisq/desktop/main/offer/createoffer/CreateOfferDataModel.java (39)
    M desktop/src/main/java/bisq/desktop/main/offer/takeoffer/TakeOfferDataModel.java (169)
    M desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferDataModel.java (29)
    M desktop/src/test/java/bisq/desktop/main/offer/createoffer/CreateOfferViewModelTest.java (4)

-- Patch Links --

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


More information about the bisq-github mailing list