Christoph Atteneder
fdfcd06eab
Prevent to open wrong info popup when it is your own offer
2021-07-16 09:23:45 +02:00
Christoph Atteneder
31b08618fd
Update PopOver component
2021-07-16 09:23:12 +02:00
xyzmaker123
5458dbe90e
Update class name
2021-07-16 09:19:51 +02:00
xyzmaker123
5a2592c832
Update core/src/main/resources/i18n/displayStrings.properties
...
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
2021-07-16 09:19:50 +02:00
xyzmaker123
54b93a4411
Update desktop/src/main/java/bisq/desktop/components/AccountStatusTooltipLabel.java
...
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
2021-07-16 09:19:50 +02:00
xyzmaker123
6bcd22bd55
Update desktop/src/main/java/bisq/desktop/components/AccountStatusTooltipLabel.java
...
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
2021-07-16 09:19:50 +02:00
xyzmaker123
b6e8f66553
Tooltip for unsigned accounts needs to provide more information
2021-07-16 09:19:49 +02:00
Christoph Atteneder
dddabe3081
Merge pull request #5582 from jmacxx/pricenode_config_ccy_excl
...
PriceNode: exclude currencies via config
2021-07-13 17:54:47 +02:00
sqrrm
eace7c2b61
Merge pull request #5598 from ripcurlx/add-pazza-as-mediator
...
Add @pazza's mediator onion address and Keybase user name
2021-07-13 10:25:39 +02:00
sqrrm
30b100dfc0
Merge pull request #5621 from ripcurlx/add-payment-account-payload-safeguards
...
Add payment account payload safeguards
2021-07-13 10:24:49 +02:00
Christoph Atteneder
e4b00c6e32
Merge pull request #5611 from harrigan/master
...
List RSK Smart Bitcoin (R-BTC)
2021-07-13 09:25:35 +02:00
Christoph Atteneder
325c1a76f6
Merge pull request #5615 from jmacxx/import_account_backups
...
Enable lost payment accounts to be imported from backups
2021-07-13 09:20:52 +02:00
Christoph Atteneder
23a3c63e0f
Merge pull request #5614 from jmacxx/fix_payment_account_deserialize_issue
...
Fix payment account deserialize issue (e.g. CHASE_QUICK_PAY)
2021-07-13 09:20:23 +02:00
Martin Harrigan
c78cd8b0a0
Fix spacing
2021-07-12 13:53:24 +01:00
jmacxx
ab565d1368
fix payment account deserialize issue (e.g. CHASE_QUICK_PAY)
2021-07-12 06:58:05 -05:00
Christoph Atteneder
e858027e69
Add null handling for PaymentAccountPayload in multiple views
2021-07-12 11:39:12 +02:00
Christoph Atteneder
5ba7f043d4
Handle potential PaymentAccountPayload null values when detecting multiple holder names
2021-07-12 11:26:28 +02:00
Christoph Atteneder
51af19e5ec
Check if PaymentAccountPayload is null bfore trying to apply filter
2021-07-12 11:25:23 +02:00
Christoph Atteneder
544aa7c2a0
Only apply filter result for PaymentAccountPayloads if it is available
2021-07-12 10:25:20 +02:00
Christoph Atteneder
c15958a94d
Return empty if no PaymentAccountPayload is available
2021-07-12 10:24:35 +02:00
sqrrm
b425f9abac
Merge pull request #5609 from chimp1984/optimize-dao-state-handling
...
Optimize DaoState snapshot behaviour
2021-07-11 12:18:35 +02:00
jmacxx
ce0a2591a6
Enable lost payment accounts to be imported from backups
2021-07-10 21:41:48 -05:00
chimp1984
8859503e49
Update comment
2021-07-08 01:09:50 +02:00
chimp1984
28a8116997
Add gc calls at areas where memory usage spikes are expected
2021-07-08 01:06:20 +02:00
chimp1984
0a5c1ca72c
Add txOutputsByTxOutputType map for performance improvement
...
Profiler reported the getTxOutputsByTxOutputType got called
very often. To avoid those iterations we use a lookup map.
2021-07-07 22:51:58 +02:00
chimp1984
f169d845d4
Comment out trace logs
...
In profiler the printMap method got invoked (though it should
not if added as parameter in log)
2021-07-07 22:49:40 +02:00
chimp1984
4727f09066
Add System.gc() before we clone daoState and before we apply it to store.
...
Add it also before and after daoState monitor checks.
When letting the app run over night I saw that a lot of memory was not
released if System.gc() was not called.
By calling System.gc() it got to the expected state. Tested with the
G1 GC but saw similar behaviour with master with default GC version (parallel).
We could also run it periodically every 10 minutes or so, but I guess the block
interval covers that pretty good as well and those are the moment where load is
added and risk to run out of memory is higher.
We add a bit of delay to take into account that listeners might
react on the state change and to apply the gc after the event is processed completely.
2021-07-07 11:58:10 +02:00
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
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