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 |
|
chimp1984
|
9d8c705104
|
Only add delay if not devmode
|
2021-10-21 11:02:07 +02:00 |
|
chimp1984
|
2e384ede59
|
Make onDeleteAccount more clear
|
2021-10-21 11:01:51 +02:00 |
|
chimp1984
|
23af4558b5
|
Add filterPredicate
|
2021-10-21 10:13:19 +02:00 |
|
chimp1984
|
b80b6ec836
|
Cleanups
|
2021-10-21 10:12:57 +02:00 |
|
chimp1984
|
07354191a6
|
Remove handling of BundleOfEnvelopes in send method.
It is basically never executed and throttling would avoid it as well.
Cleanups, Rename
|
2021-10-21 10:12:28 +02:00 |
|
chimp1984
|
1c0b52cd31
|
Move OfferDirection from bisq.core.offer.bisq_v1 to bisq.core.offer
|
2021-10-21 09:43:14 +02:00 |
|
chimp1984
|
19aabba12c
|
Add method. cleanups
|
2021-10-21 09:42:20 +02:00 |
|
chimp1984
|
e940f6f9f0
|
Add method. Dont return null in case of no amount but min fee
|
2021-10-21 09:41:57 +02:00 |
|
chimp1984
|
ee374c3c39
|
Cleanups, apply rename of getTradePhase
|
2021-10-21 01:23:36 +02:00 |
|
chimp1984
|
8219bf8407
|
Extract method. Rename vars
|
2021-10-21 01:23:13 +02:00 |
|
chimp1984
|
10516407de
|
Use early return. cleanup
|
2021-10-21 01:22:41 +02:00 |
|
chimp1984
|
0148a36566
|
Extract to method in TradeUtil
|
2021-10-21 01:19:41 +02:00 |
|
chimp1984
|
07883e9b8b
|
Rename trade.getPhase to getTradePhase
Rename getTakeOfferDate to getDate
|
2021-10-21 01:18:33 +02:00 |
|
chimp1984
|
7211f892e1
|
Add exclude fields to EqualsAndHashCode
Add constructor (will be used for bsq swaps)
Not 100% sure if that is valid.
|
2021-10-21 01:17:20 +02:00 |
|
chimp1984
|
4cb074694d
|
Extract methods, cleanups. Rename methods and vars
|
2021-10-21 01:15:46 +02:00 |
|
chimp1984
|
2440d7234d
|
Extract methods, Cleanups
|
2021-10-21 01:14:39 +02:00 |
|
chimp1984
|
12fff5403d
|
Cleanup
|
2021-10-21 01:13:49 +02:00 |
|
chimp1984
|
544dd895fc
|
Rename trade.getState to getTradeState
|
2021-10-20 23:59:29 +02:00 |
|
chimp1984
|
5b0e9ab92f
|
Rename trade.getPhase to getTradePhase
|
2021-10-20 23:57:55 +02:00 |
|
chimp1984
|
e061d6a476
|
Replace Value with Getter
|
2021-10-20 23:54:50 +02:00 |
|
jmacxx
|
1dffec00f2
|
Add option to not repeat popup message of locked up funds from failed trade
|
2021-10-20 16:54:14 -05:00 |
|
chimp1984
|
9d106468b0
|
Move getRandomOfferId method to OfferUtil
Add more methods to OfferUtil
Cleanups
|
2021-10-20 23:54:12 +02:00 |
|
chimp1984
|
a3b3d561ec
|
Simplify
|
2021-10-20 23:53:01 +02:00 |
|
chimp1984
|
d976f11e09
|
Add methods
|
2021-10-20 23:52:27 +02:00 |
|
chimp1984
|
8d2579866a
|
Replace Value annotation with Getter and EqualsAndHashCode
|
2021-10-20 23:51:16 +02:00 |
|
chimp1984
|
9e4be1367a
|
Change log level
|
2021-10-20 23:50:52 +02:00 |
|
chimp1984
|
02d7dfdaef
|
Only print stack trace if dev mode
|
2021-10-20 23:49:53 +02:00 |
|
chimp1984
|
d7f1b00221
|
Rename processModel.getTradingPeer to getTradePeer
|
2021-10-20 22:58:20 +02:00 |
|
chimp1984
|
c15fc0c0a7
|
Add comment, cleanups
|
2021-10-20 22:53:27 +02:00 |
|
chimp1984
|
82c1be1d97
|
Change log level
|
2021-10-20 22:51:44 +02:00 |
|