Commit Graph

15350 Commits

Author SHA1 Message Date
chimp1984
e2f8236be7
Make setup in FluentProtocol public 2021-11-02 15:35:51 +01:00
chimp1984
838f7e2e17
Make FluentProtocol.Event public 2021-11-02 15:35:51 +01:00
chimp1984
5b59d50ed5
Move TradableList to bisq.core.trade.model package 2021-11-02 15:35:51 +01:00
chimp1984
eef55b7d67
Move Tradable to bisq.core.trade.model package 2021-11-02 15:35:51 +01:00
chimp1984
2b573092a9
Move MakerTrade and TakerTrade to bisq.core.trade.model package 2021-11-02 15:35:51 +01:00
chimp1984
4dc71214a0
Move Trade to bisq.core.trade.model.bisq_v1 package 2021-11-02 15:35:51 +01:00
chimp1984
b580a615b5
Make updateDepositTxFromWallet public 2021-11-02 15:35:51 +01:00
chimp1984
09aa24ce2d
Move Contract, SellerAsMakerTrade, SellerAsTakerTrade, SellerTrade,
BuyerAsMakerTrade, BuyerAsTakerTrade, BuyerTrade
to bisq.core.trade.model.bisq_v1 package
2021-11-02 15:35:51 +01:00
chimp1984
4b968ce00c
Rename OfferFilter to OfferFilterService 2021-11-02 15:35:51 +01:00
chimp1984
aa02ac8a6d
Move content of bisq.core.offer.placeoffer package into package bisq.core.offer.placeoffer.bisq_v1 2021-11-02 15:35:51 +01:00
chimp1984
fa9896d472
Move bisq.core.offer.messages package into package bisq.core.offer.availability 2021-11-02 15:35:51 +01:00
chimp1984
ab91be8f2a
Move AvailabilityResult into package bisq.core.offer.availability 2021-11-02 15:35:51 +01:00
chimp1984
0e8ff7d921
Move TakeOfferModel into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
chimp1984
990c62b8e9
Move TriggerPriceService into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
chimp1984
b93295ac0b
Move MutableOfferPayloadFields into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
chimp1984
76441ffa16
Move MarketPriceNotAvailableException into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
chimp1984
3838b45e15
Move CreateOfferService into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
chimp1984
0942d8fc67
Move OfferPayload into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
Christoph Atteneder
6f41558ae0
Merge pull request #5771 from jmacxx/fix_repeated_failed_trade_popup
Option to not repeat popup message of locked up funds from failed trade
2021-11-02 14:48:03 +01:00
Bisq GitHub Admin
0e7abed018
Merge pull request #5787 from bisq-network/release/v1.7.5
Release/v1.7.5
2021-11-02 14:41:21 +01:00
Christoph Atteneder
50798f0d62
Revert to SNAPSHOT version 2021-10-29 16:06:49 +02:00
sqrrm
aa1aa68848
Merge pull request #5781 from ripcurlx/update-data-stores-for-v1.7.5
Update data stores for v1.7.5
2021-10-26 17:52:19 +02:00
Christoph Atteneder
32fcc69fcb
Update bitcoinj checkpoints for v1.7.5 2021-10-26 11:59:08 +02:00
Christoph Atteneder
8bcfbea477
Update data stores for v1.7.5 2021-10-26 11:57:36 +02:00
chimp1984
ebfd1b5574
Remove todo 2021-10-21 17:56:15 +02:00
chimp1984
54f17b00af
Cleanups 2021-10-21 17:44:48 +02:00
chimp1984
63c385bbba
Add support for RemoveDataMessage in testCapability
Refactor testCapability
2021-10-21 17:44:18 +02:00
chimp1984
2f40eddae8
Use bitcoinj 42bbae9 (with fix required for bsq swaps) 2021-10-21 15:41:07 +02:00
chimp1984
611b944609
Move protobuf OfferPayload.Direction to OfferDirection 2021-10-21 15:40:25 +02:00
chimp1984
14765d6caa
Move protobuf OfferPayload.Direction to OfferDirection 2021-10-21 15:36:21 +02:00
chimp1984
b194960c63
Use TradeModel instead of Trade where appropriate.
Extend methods with additional params.
Cleanups
2021-10-21 15:28:58 +02:00
chimp1984
d063aff5bf
Let OfferPayload extend OfferPayloadBase 2021-10-21 13:50:15 +02:00
chimp1984
c0e70b81ef
Use TradeModel in trade domain 2021-10-21 13:08:56 +02:00
chimp1984
453229e370
Impl. onAckMessage. Add fields for concrete types 2021-10-21 12:50:14 +02:00
chimp1984
308bb687c5
Use TradeModel 2021-10-21 12:49:43 +02:00
chimp1984
5d687bd064
Use TradeModel and ProtocolModel in TradeTaskRunner, TradeTask, TradeProtocol and FluentProtocol 2021-10-21 12:49:23 +02:00
chimp1984
dcd0101c52
Generify TradeResultHandler 2021-10-21 12:25:51 +02:00
chimp1984
8cd85a77c1
Let Trade extend TradeModel 2021-10-21 12:23:35 +02:00
chimp1984
c920da36c0
Add abstract classes and interfaces. Let ProcessModel and TradingPeer extend those. 2021-10-21 12:05:22 +02:00
chimp1984
5412f8b669
Merge branch 'chimp-bsq-swap' into bsq-swap-low-risk-refactorings 2021-10-21 11:48:00 +02:00
chimp1984
ab6e4e1b8f
Dummy commit to enforce rebuild at CI 2021-10-21 11:44:30 +02:00
chimp1984
080dc3e8a1
Merge branch 'chimp-bsq-swap' into wip-merge021.10
# Conflicts:
#	desktop/src/test/java/bisq/desktop/main/offer/bisq_v1/createoffer/CreateOfferDataModelTest.java
2021-10-21 11:26:37 +02:00
chimp1984
2ae1860dac
Move tests to package bisq.desktop.main.offer.bisq_v1.createoffer 2021-10-21 11:23:17 +02:00
chimp1984
cfae096c1f
Add null checks, extract variables, cleanups 2021-10-21 11:08:10 +02:00
chimp1984
9fb6a6ca9f
Add isNotPublished method (will be combined later with bsq swap checks)
Cleanups
2021-10-21 11:07:00 +02:00
chimp1984
c60df6e978
Add linebreak (no code change)
Cleanup
2021-10-21 11:04:57 +02:00
chimp1984
8ac40a3e0c
Add style 2021-10-21 11:04:17 +02:00
chimp1984
1aa5e7053d
Add method 2021-10-21 11:03:53 +02:00
chimp1984
8bb42e1421
Add methods, move field up 2021-10-21 11:03:29 +02:00
chimp1984
d285157442
Reduce visibility 2021-10-21 11:02:39 +02:00