Commit Graph

15090 Commits

Author SHA1 Message Date
Christoph Atteneder
9ad4671773
Merge pull request #5746 from jmacxx/missing_invalid_transaction_diagnostic
Fix issue of Trade Step 1 validation done too soon
2021-10-12 10:02:23 +02:00
jmacxx
56b3f3fae1
Check for invalid tx chain only after deposit published 2021-10-11 14:20:17 -05:00
jmacxx
9ab659ceac
Fix issue of Trade Step 1 validation done too soon
Deprecate 4 states which are not used.
ShareBuyerPaymentAccountMessage can arrive before deposit broadcast completes.
2021-10-11 09:31:57 -05:00
Christoph Atteneder
2d3182ca2f
Merge pull request #5745 from jmacxx/add_monese_satispay
Add payment methods Monese and Satispay
2021-10-11 09:29:36 +02:00
Christoph Atteneder
2e38c3cf35
Merge pull request #5742 from jmacxx/trader_chat_trade_complete
Allow trader chat to continue after trade complete
2021-10-09 13:03:32 +02:00
jmacxx
df2d0b3332
Add payment methods Monese and SatisPay 2021-10-07 17:28:42 -05:00
jmacxx
c13fb950e3
Allow trader chat after trade complete 2021-10-06 19:25:39 -05:00
Christoph Atteneder
d58f332409
Merge pull request #5743 from ghubstan/refactor-closed-trade-util
Refactor desktop Closed Tradable model utils for API
2021-10-06 09:28:59 +02:00
ghubstan
5f521068ea
Remove unused PriceFeedService 2021-10-05 14:46:06 -03:00
ghubstan
30135177f8
Remove transitive javafx.collections dependency 2021-10-05 14:44:30 -03:00
ghubstan
fae7288385
Adjust to renamed method 2021-10-05 14:24:09 -03:00
ghubstan
738d22fbdf
Rename method, add static import 2021-10-05 14:23:32 -03:00
ghubstan
999c4a516d
Refactor desktop Closed Tradable model utils for API use
Move some potentially sharable utility code from desktop's ClosedTrade
models to core's new ClosedTradeUtil.

The API's `gettrades --category=<open|closed|failed>` method will need
some of this logic on the server side, but the scope of this refactoring
is larger in the interest of a more complete refactor, and avoiding
duplication in the future.
2021-10-05 14:13:51 -03:00
sqrrm
bef38e6e01
Merge pull request #5736 from bisq-network/revert-5680-community-tab
Revert "Community tab"
2021-10-04 11:56:25 +02:00
Christoph Atteneder
1c01180344
Merge pull request #5735 from jmacxx/add-USDT-E
Add Tether (ERC20)
2021-10-04 10:49:59 +02:00
Christoph Atteneder
b7859e3ce4
Merge pull request #5741 from jmacxx/add_payments_pix_bizum
Add payment methods Bizum and Pix
2021-10-04 10:32:03 +02:00
Christoph Atteneder
55ab0d412e
Merge pull request #5740 from ghubstan/mv-volfmt-code-to-volutil
Move volume formatting from DisplayUtils to VolumeUtil
2021-10-04 10:27:41 +02:00
jmacxx
b156f034ad
add payment methods Bizum and Pix 2021-10-03 18:19:37 -05:00
jmacxx
4a2e7fdbfa
add TetherUSDERC20Test 2021-10-02 18:41:13 -05:00
ghubstan
36dcb99cf8
Be consistent about line-breaks when using conditional operator 2021-10-02 17:45:41 -03:00
ghubstan
db6e2a51b2
Move volume formatting from DisplayUtils to VolumeUtil
In practice, presentation/display logic should be kept in UIs, but the core
api will need to duplicate a very small part of the code in DisplayUtils if
a very small part of this refactoring is not done.  Instead of moving a tiny
bit of the volume formatting methods, all of them are moved to core.
2021-10-02 17:33:25 -03:00
Christoph Atteneder
2cca574427
Merge pull request #5724 from jmacxx/add_nequi
Add Nequi payment method
2021-09-30 10:06:54 +02:00
Christoph Atteneder
94d56e4e47
Revert "Community tab" 2021-09-30 10:03:09 +02:00
Christoph Atteneder
f8e99c5a17
Merge pull request #5731 from chimp1984/remove-vs-seeds-from-monitor
Remove v2 nodes and backup nodes from DAO monitor
2021-09-30 09:53:30 +02:00
jmacxx
c05b72f215
add USDT-E 2021-09-29 10:22:15 -05:00
sqrrm
0df7e44c35
Merge pull request #5727 from ripcurlx/remove-trade-id-reference
Remove trade id reference for Amazon gift card
2021-09-28 16:25:44 +02:00
chimp1984
40003ff79b
Remove v2 seed nodes 2021-09-28 16:09:18 +02:00
chimp1984
220124eb58
Remove v2 nodes and backup nodes from DAO monitor 2021-09-28 16:06:29 +02:00
sqrrm
5e84713520
Merge pull request #5730 from bisq-network/release/v1.7.4
Release/v1.7.4
2021-09-28 15:05:42 +02:00
jmacxx
f792db98d0
add Nequi payment method
Signed-off-by: jmacxx <47253594+jmacxx@users.noreply.github.com>
2021-09-28 07:51:06 -05:00
jmacxx
9e5a1c2fd4
add payment method CelPay
Signed-off-by: jmacxx <47253594+jmacxx@users.noreply.github.com>
2021-09-28 07:51:05 -05:00
Christoph Atteneder
065aef6657
Remove deprecated task because of #e04f94d 2021-09-28 09:23:53 +02:00
Christoph Atteneder
852b9a67fa
Merge pull request #5728 from chimp1984/disable-GC-for-seeds
Disable GC calls if fullDaoNode is set (like in case of seed nodes)
2021-09-27 13:45:57 +02:00
chimp1984
3b97f96515
Disable GC calls if fullDaoNode is set (like in case of seed nodes)
Seed nodes have 4 GB allocated so the attempt to reduce memory
footprint is not needed for those cases. We use the fullDaoNode
prog arg as its expected that any full node will have allocated
sufficient memory and thus the intended reduction of memory by
calling the GC is not required and counter productive.
2021-09-27 13:18:44 +02:00
Christoph Atteneder
d0dd91906d
Merge pull request #5708 from ghubstan/close-bobs-trade-in-api-trade-simulator
Call 'keepfunds' (close trade) on both sides of trade simulation
2021-09-27 11:19:03 +02:00
Christoph Atteneder
14c2e37cca
Merge pull request #5704 from ghubstan/fix-cli-alt-trade-volume-bug
CLI bug fix: show trade's contract volume, not moving offer volume
2021-09-27 11:17:21 +02:00
Christoph Atteneder
e98ae2becf
Merge pull request #5719 from jmacxx/clockwatcher_popup
Show a warning if PC has been in sleep mode
2021-09-27 11:06:58 +02:00
Christoph Atteneder
b098656d0d
Merge pull request #5680 from xyzmaker123/community-tab
Community tab
2021-09-27 11:04:13 +02:00
Christoph Atteneder
eef3e5480c
Increase initial window width to 1240 2021-09-27 10:48:43 +02:00
Christoph Atteneder
8859a523ec
Add license headers and do a minor cleanup 2021-09-27 10:30:45 +02:00
Christoph Atteneder
6bcbce64f7
Merge pull request #5676 from geertjanw/master
Adopt is no more, long live Zulu!
2021-09-27 10:12:04 +02:00
Christoph Atteneder
2ec6e6f198
Remove trade id reference for Amazon gift card 2021-09-27 09:52:31 +02:00
Christoph Atteneder
c4d0117988
Merge pull request #5696 from jmacxx/add_indian_payment
Add five Indian payment methods
2021-09-27 09:40:21 +02:00
Christoph Atteneder
ccb73a3895
Merge pull request #5711 from chimp1984/fix-data-handling-if-dao-is-deactivated
Fix data handling if dao is deactivated
2021-09-26 19:01:05 +02:00
jmacxx
2add4039ad
fix: prevent repeated display of account warning popup 2021-09-25 17:45:57 -05:00
Christoph Atteneder
f73274b0b9
Revert to SNAPSHOT version 2021-09-24 19:28:11 +02:00
Christoph Atteneder
e04f94d66a
Create file including jar signatures for all platforms 2021-09-24 19:25:11 +02:00
chimp1984
45af00a3c1
Update text 2021-09-23 20:52:40 +02:00
chimp1984
d01f82a5db
Adjust the UI in case the DAO is disabled 2021-09-23 19:11:09 +02:00
sqrrm
0500a5bbe5
Merge pull request #5720 from ripcurlx/update-data-stores-for-v1.7.4
Update data stores for v1.7.4
2021-09-23 13:15:52 +02:00