chimp1984
da5dd523fb
Optimize DaoState snapshot behaviour
...
- Run persistence call in thread instead of user thread (serialisation
is very slow and had blocked user thread)
- Create new snapshot only after persistence is completed to avoid to
have 3 daoState objects in memory
- Set DaoState in store to null to let gc remove the old reference (was
left there before so we had 3 instances of daoStates in memory)
2021-07-06 17:59:44 +02:00
Christoph Atteneder
93df5c2849
Merge pull request #5599 from jmacxx/fix_chatmessage_status
...
Fix bug in chat message status display
2021-07-06 16:13:23 +02:00
Christoph Atteneder
f4ca766a97
Merge pull request #5602 from jmacxx/fix_withdrawal_fee_bug
...
Fix custom withdrawal fee bug
2021-07-06 16:04:22 +02:00
sqrrm
030a76522c
Merge pull request #5606 from bisq-network/release/v1.7.0
...
Release/v1.7.0
2021-07-06 12:40:52 +02:00
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
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
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
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
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
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
xyzmaker123
cfdd4b4757
Fix incorrect tx link to tx explorer - update translations
2021-06-15 12:27:06 +02:00
Christoph Atteneder
ddd2ab490b
Merge pull request #5559 from jmacxx/dispute_tag_avatar
...
Feature to enable disputes user avatars and tag editing
2021-06-15 09:45:26 +02:00
Christoph Atteneder
54006dc0ef
Not require Tor v3 addresses on Regtest
...
Local dev environment normally uses localhost:PORT addresses not connecting through Tor.
2021-06-14 17:13:47 +02:00
Christoph Atteneder
6e213e9db8
Prevent reopen of disputes with tor node v2 addresses after cut off date
2021-06-14 17:11:31 +02:00
Christoph Atteneder
8acd578ff2
Prevent nodes with Tor v2 address to participate in trading
...
After the date specified take offer requests by nodes with Tor v2 addresses will be rejected and their offers will be invisible to everyone else.
2021-06-14 17:01:40 +02:00
Christoph Atteneder
0dbbf4d779
Remove stale "NEW" badge on settings
2021-06-14 16:11:06 +02:00
Christoph Atteneder
e9ef413722
Display a tor node address v3 upgrade prompt
...
whenever the client is in a state to do so without any problems.
2021-06-14 16:10:47 +02:00
Christoph Atteneder
4774895cc1
Merge pull request #5570 from ghubstan/01-remove-create-quickpay-acct-test
...
Remove create CHASE_QUICK_PAY apitest case
2021-06-14 10:47:09 +02:00
ghubstan
2b1a7aac82
Remove unsupported create CHASE_QUICK_PAY apitest case
2021-06-12 17:46:55 -03:00
ghubstan
786b2ec42b
Remove commented out test
2021-06-12 17:46:33 -03:00
Christoph Atteneder
2ef145f8f3
Merge pull request #5568 from cd2357/bump-guice
...
Bump guice version to fix startup warnings
2021-06-11 20:40:40 +02:00
xyzmaker123
88a58ff462
Fix incorrect tx link to tx explorer - another approach
2021-06-11 16:37:35 +02:00
cd2357
eea3acae36
Bump guice version to fix startup warnings
...
Bump guice to v5.0.1 to fix reflection warning logs shown each time Bisq started.
2021-06-11 12:03:28 +02:00
Christoph Atteneder
e0da8eb4c0
Merge pull request #5562 from jmacxx/disable_release_mediation_leo
...
Disable payment received button after mediation has been accepted
2021-06-11 09:53:25 +02:00
xyzmaker123
1256c80f12
Wrong information popup is shown when you click on own offer in offer book
2021-06-10 19:56:41 +02:00
xyzmaker123
0eacc1508c
Fix incorrect tx link to tx explorer - fixes #5548
2021-06-10 18:24:04 +02:00
jmacxx
eb2184b9e4
if seller accepted mediation proposal then disable payment received button
2021-06-10 10:02:54 -05:00
jmacxx
2a7e2cc22c
code review changes.
...
Co-authored-by: @KaiWitt
2021-06-10 00:10:02 -05:00
Christoph Atteneder
fb55e436f5
Only allow failed trade to be moved to pending trades if local node address matches contract
2021-06-09 11:47:41 +02:00
Christoph Atteneder
ab7fe6673e
Only allow dispute to be reopened if local node address matches contract node address
2021-06-09 11:32:57 +02:00
jmacxx
cc7346544b
feature to enable user avatars and tags in Disputes
2021-06-08 15:15:52 -05:00
Christoph Atteneder
992a6aad72
Merge pull request #5552 from jmacxx/warn_user_dao_out_of_sync
...
Remind user when their DAO state needs to be refreshed
2021-06-08 09:31:23 +02:00