Commit graph

15125 commits

Author SHA1 Message Date
Christoph Atteneder
b9db2426ba
Revert to SNAPSHOT version 2021-07-06 11:13:35 +02:00
jmacxx
4a6eab1af3
fix custom withdrawal fee bug 2021-07-05 08:54:36 -05:00
jmacxx
a5f185484a
fix bug in chatmessage timeout status 2021-07-02 08:52:53 -05:00
Christoph Atteneder
a837c36e12
Add @pazza83's mediator onion address and Keybase user name 2021-07-02 10:55:53 +02:00
Christoph Atteneder
ab475724fe
Merge pull request #5593 from devinbileck/new-relaynode-address
Update relay-node address
2021-07-02 09:08:33 +02:00
Christoph Atteneder
607d944c8f
Merge pull request #5596 from huey735/remove-wiz-monero-explorer
Remove wiz monero explorer
2021-07-01 13:07:28 +02:00
Huey
26d33e10b2
Remove wiz monero explorer
@wiz is no longer running a Monero explorer
https://github.com/bisq-network/bisq/pull/4790
2021-07-01 09:12:34 +01:00
Devin Bileck
0eb8da083f
Update relay-node address
With Tor v2 addresses being deprecated soon, now is a good time to
update the relay-node used for mobile notifications with a new v3 onion
address.
2021-06-29 23:30:11 -07:00
Christoph Atteneder
3d88f9f112
Check if makerPaymentMethodId is available falling back to the payload object if not
This is the case for old dispute cases
2021-06-28 09:48:03 +02:00
Christoph Atteneder
e5765aeef2
Delay sending of payment account information during trade by @chimp1984
It also removes the op return from the multisig transaction
2021-06-28 09:47:52 +02:00
sqrrm
d03a472d01
Merge pull request #5586 from ripcurlx/data-store-update-for-v1.7.0
Data store update for v1.7.0
2021-06-27 20:56:31 +02:00
Christoph Atteneder
578d680a5e
Merge pull request #5584 from m52go/mediator-grammar
Make edits as suggested in #5583
2021-06-25 16:23:52 +02:00
Christoph Atteneder
d9b84e2a84
Update data stores for v1.7.0 2021-06-25 16:18:10 +02:00
Christoph Atteneder
c7891e4a44
Update bitcoinj checkpoints for v1.7.0 2021-06-25 16:17:19 +02:00
m52go
4399885e61
Make edits as suggested in #5583 2021-06-24 18:17:28 -04:00
jmacxx
202b073b64
code review changes 2021-06-24 10:09:32 -05:00
Christoph Atteneder
e6c3499384
Update translations for v1.7.0 2021-06-23 14:28:58 +02:00
Christoph Atteneder
9f42035108
Bump version number for v1.7.0 2021-06-23 14:27:22 +02:00
sqrrm
8bc60d0909
Merge pull request #5573 from ripcurlx/add-hint-to-upgrade-to-tor-v3
Add hint to upgrade to tor v3
2021-06-23 13:41:03 +02:00
Christoph Atteneder
8d18e07f52
Apply PR Review suggestion by @sqrrm 2021-06-23 12:25:46 +02:00
jmacxx
1c05e5d990
PriceNode: exclude currencies via config 2021-06-22 16:46:47 -05:00
Christoph Atteneder
6ab5ceca1a
Merge pull request #5563 from xyzmaker123/open-address-explorer
Fix incorrect tx link to tx explorer - fixes #5548
2021-06-22 16:45:49 +02:00
Martin Harrigan
639f6ee337
List RSK Smart Bitcoin (R-BTC) 2021-06-20 12:19:53 +01:00
ghubstan
05f4f4dd80
Fix header 2021-06-19 13:35:40 -03:00
ghubstan
9703b87379
Document api 'editoffer' usage 2021-06-19 13:27:02 -03:00
ghubstan
acbf1e4323
Force rebuild after github action ECONNRESET 2021-06-19 11:40:21 -03:00
ghubstan
81158662cf
Merge branch '03-api-editoffer-method' into 04-edit-bsq-offer 2021-06-19 11:25:45 -03:00
ghubstan
0a3e011ef5
Merge branch '02-refactor-for-api-editoffer-method' into 03-api-editoffer-method 2021-06-19 11:23:34 -03:00
ghubstan
ab2edac454
Merge branch 'master' into 02-refactor-for-api-editoffer-method 2021-06-19 11:21:07 -03:00
ghubstan
7880a84a00
Add BSQ offer editing tests to EditOfferTest
And log CLI's getoffer output to see getoffer formatting -- after adding
new ENABLED and TRIGGER-PRICE columns.
2021-06-18 17:52:03 -03:00
ghubstan
b74f084893
Optionally show ENABLED column in CLI's getoffer(bsq) output 2021-06-18 17:50:28 -03:00
ghubstan
e32e0d1fbb
Add altcoin (bsq) offer editing validation check
BSQ offers are fixed-price only.  This change blocks an
attempt to change an altcoin offer to a margin price based
offer, or set a trigger price.
2021-06-18 17:46:16 -03:00
ghubstan
a603044f2e
Pass isMyOffer flag to trade/offer proto wrappers from core services 2021-06-18 17:41:45 -03:00
ghubstan
0e9c6650e3
Include isMyOffer flag in API's trade/offer proto wrappers
Optionally displaying an ENABLED column in CLI side getoffer output
depends on the value of offer.isMyOffer, which is passed via new
boolean arguments to the trade & offer pojo builders.
2021-06-18 17:40:21 -03:00
xyzmaker123
12a7fd60b2
Fix incorrect tx link to tx explorer - use @Setter 2021-06-17 20:57:52 +02:00
Christoph Atteneder
6c4f97ce7f
Merge pull request #5564 from xyzmaker123/own-offer-popup
Wrong information popup is shown when you click on own offer in offer book
2021-06-17 15:39:41 +02:00
Christoph Atteneder
5a8e1cf688
Adapted tor migration message
Based on feedback by @m52go
2021-06-17 15:26:00 +02:00
ghubstan
1a56a5161a
Force codacy check after codacy config change 2021-06-17 10:13:18 -03:00
Christoph Atteneder
1a59e92910
Merge pull request #5551 from jmacxx/chat_msg_ack
Improve Chat message reliability
2021-06-17 15:04:22 +02:00
jmacxx
e75a4ef0de
Update core/src/main/resources/i18n/displayStrings.properties
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
2021-06-16 08:43:14 -05:00
ghubstan
3d38a8555f
Make codacy just a bit happier 2021-06-15 13:40:33 -03:00
ghubstan
a3ea4ecbf6
Avoid duplicate test run 2021-06-15 13:22:07 -03:00
ghubstan
bc1576efbc
Throw exception is edit altcoin offer is attempted
Support for editing BSQ offers is in place, but will be added
in another PR.
2021-06-15 13:13:52 -03:00
ghubstan
e5b5a06b9b
Remove unused field 2021-06-15 12:04:39 -03:00
ghubstan
063b52eb70
Add editoffer test case, suppress annoying warnings 2021-06-15 11:39:06 -03:00
ghubstan
4da64b9bd0
Improve 'editoffer' opt parsing, fix test pkg name 2021-06-15 11:27:23 -03:00
ghubstan
e2a205a31d
Show enable/trigger-price cols for 'getmyoffer' 2021-06-15 11:24:27 -03:00
ghubstan
738d2f70ef
Fix editoffer validation bugs, tidy up CoreOffersService 2021-06-15 11:18:07 -03:00
ghubstan
32688a713f
Add bool isMyOffer to OfferInfo proto 2021-06-15 11:17:02 -03:00
xyzmaker123
cfdd4b4757
Fix incorrect tx link to tx explorer - update translations 2021-06-15 12:27:06 +02:00