Christoph Atteneder
e6f491c8ac
Add information if minimum trading fee or minimum security deposit is used
2020-01-07 16:32:24 +01:00
Christoph Atteneder
02ac14e234
Use trading fee in BSQ fee comparison
2020-01-07 16:28:56 +01:00
Christoph Atteneder
6198d2ccd4
Merge pull request #3863 from wiz/bsq-emzy-de
...
Add bsq.emzy.de BSQ explorer operated by @emzy
2020-01-07 14:16:22 +01:00
wiz
a4a5415a57
Add bsq.emzy.de BSQ explorer operated by @emzy
2020-01-06 22:27:50 +09:00
sqrrm
22dede5c37
Merge pull request #3862 from wiz/bsq-vante-me
...
Add bsq.vante.me BSQ explorer operated by @mrosseel
2020-01-06 12:43:17 +01:00
wiz
0c160d08ff
Add bsq.vante.me BSQ explorer operated by @mrosseel
2020-01-06 20:34:56 +09:00
sqrrm
f1e85d9e22
Merge pull request #3859 from wiz/bsq-sqrrm-net
...
Add bsq.sqrrm.net BSQ explorer operated by @sqrrm
2020-01-06 11:55:32 +01:00
wiz
44152fdb57
Add bsq.sqrrm.net BSQ explorer operated by @sqrrm
2020-01-06 19:44:25 +09:00
sqrrm
a694910374
Merge pull request #3861 from devinbileck/add-bsq.bisq.services-bsq-explorer
...
Add bsq.bisq.services BSQ explorer
2020-01-06 11:19:37 +01:00
Devin Bileck
a55c3b5bc2
Add bsq.bisq.services BSQ explorer
2020-01-06 00:22:53 -08:00
sqrrm
8bf02f69d0
Merge pull request #3858 from wiz/bsq-ninja
...
Add bsq.ninja BSQ explorer operated by @wiz
2020-01-05 23:43:45 +01:00
wiz
f4b16d2308
Add bsq.ninja BSQ explorer operated by @wiz
2020-01-06 06:33:47 +09:00
sqrrm
95326b458c
Merge pull request #3855 from wiz/fix-seednode-environment-variables
...
Fix seednode systemd service environment variables
2020-01-05 14:57:41 +01:00
wiz
b74b1f32b2
Set bisq-seednode.env java heap size and seednode max memory to 4GB
2020-01-05 22:48:56 +09:00
wiz
ae16542533
Fix typo in bisq-seednode.env using wrong variable name
2020-01-05 22:48:27 +09:00
sqrrm
6a9c0c80eb
Merge pull request #3853 from wiz/seednode-installer-github-api
...
Modify seednode install script to use GitHub API for latest release tag
2020-01-05 14:39:31 +01:00
sqrrm
f793054da0
Merge pull request #3856 from wiz/tweak-seednode-config-for-bsq-explorer
...
Add seednode environment variables for BSQ explorer usage
2020-01-05 14:37:15 +01:00
sqrrm
25825c41b0
Merge pull request #3857 from rafaelpac/formatAccountAge-singular
...
Fix account age format when ended in 1
2020-01-05 13:28:58 +01:00
Pac
9b1ccf3626
Fix account age format when ended in 1
...
The method formatAccountAge is replacing the string "1 days" for "1 day".
This is done to fix the plural for that case.
But it is also changing strings like "21 days" into "21 day".
2020-01-05 03:17:19 -03:00
wiz
2d11a9e0f7
Modify seednode service script to mount tmpfs for BSQ data JSON files
2020-01-05 04:00:57 +09:00
wiz
9f6762297f
Tweak seednode environment variables for BSQ explorer usage
2020-01-05 04:00:21 +09:00
wiz
018a9fe492
Modify seednode install script to use GitHub API for latest release tags
2020-01-04 18:31:21 +09:00
Christoph Atteneder
5883f70956
Merge pull request #3852 from wiz/fix-block-explorer-validity-check
...
Check existence of selected block explorer using name string comparison
2020-01-03 20:13:04 +01:00
wiz
c0783205bb
Check existence of selected block explorer using name string comparison
...
After further testing, I realized I introduced a bug in commit
4f4b0f6ce9
because apparently the
ArrayList.contains() method does not properly work for
BlockChainExplorer object - to fix this I implemented a new
contains() method that uses string comparison instead
2020-01-04 03:52:11 +09:00
sqrrm
4ac5450973
Merge pull request #3850 from ripcurlx/update-sign-state-icon
...
Show the correct sign state icon for accounts that are able to sign
2020-01-03 12:07:41 +01:00
Christoph Atteneder
8e2bad462a
Show the correct sign state icon for accounts that are able to sign (30+ days)
...
This behavior was different during development time and wasn't updated properly in the UI.
2020-01-03 12:00:35 +01:00
Christoph Atteneder
fdec61e41b
Use only EUR when creating a SEPA payment account ( #3833 )
...
* Use only EUR when creating a SEPA payment account
* Use only EUR when creating a SEPA payment account - additional refactoring
2020-01-03 11:32:48 +01:00
sqrrm
ae2e06de23
Merge pull request #3827 from chimp1984/use-min-refund-at-mediated-payout
...
Use min. refund at mediated payout
2020-01-03 11:17:49 +01:00
Christoph Atteneder
2792a20afb
Upgrade mempool.space to full block explorer ( #3843 )
...
* Upgrade mempool.space to full block explorer functionality
* Add mempool.space Tor V2 block explorer
* If no valid Bitcoin block explorer is set, use the 1st block explorer
2020-01-03 11:12:43 +01:00
Christoph Atteneder
68f5c345a9
Merge pull request #3849 from wiz/fix-build
...
Fix build error on master branch
2020-01-03 10:48:48 +01:00
wiz
53a627f4fb
Fix build error on master branch
2020-01-03 18:38:08 +09:00
Christoph Atteneder
4e905e872e
Merge pull request #3812 from stejbac/fix-some-doc-comment-tags
...
Fix doc comment warnings in TradeWalletService & OfferUtil
2020-01-03 10:25:14 +01:00
Christoph Atteneder
b2d4bb34f0
Merge pull request #3807 from beingindot/altcoin-offer-noerror-fix
...
creating altcoin offer not throwing error during previously set high security deposit
2020-01-03 10:20:25 +01:00
wiz
4f4b0f6ce9
If no valid Bitcoin block explorer is set, use the 1st block explorer
2020-01-03 18:17:41 +09:00
Christoph Atteneder
34a0af6e30
Merge pull request #3847 from rafaelpac/swedish-account-label
...
Fix bank account number label for Swedish language
2020-01-03 10:03:33 +01:00
chimp1984
680dd29100
Use early return
2020-01-03 02:16:15 +01:00
chimp1984
37ef8c0d85
Add comment
2020-01-03 02:13:40 +01:00
Pac
df49d5cdbd
Fix bank account number label for Swedish language
...
According to issue #3641 , the label "Bankgiro number", as it was
hardcoded in BankUtil.java, should not be used in Sweden.
The label "Kontonummer" is the correct one to be used in Sweden and
Norway.
Account number validation is implemented to Norwegian accounts in
AccountNrValidator.java.
There is no validation implemented to Swedish accounts, so nothing
to change there.
If account validation for Sweden is needed, a different method would
be needed.
Fixes #3641
2020-01-02 17:29:58 -03:00
Christoph Atteneder
bd81843890
Merge pull request #3834 from beingindot/limit-error-msg
...
Trade limit error message is not clear
2020-01-02 19:38:38 +01:00
Christoph Atteneder
9a558472f6
Merge pull request #3830 from chimp1984/only-move-to-failed-trades-for-critical-reject-msg
...
Only move to failed trades if the reject msg is critical
2020-01-02 19:01:28 +01:00
Christoph Atteneder
91774c6c3b
Merge pull request #3823 from chimp1984/fix-dao-tables-resizing
...
Make all DAO screen tables resize to max. screen height
2020-01-02 18:58:35 +01:00
sqrrm
3a74e74e15
Merge pull request #3828 from stejbac/speed-up-trade-charts-view-load
...
Speed up trades charts view load
2020-01-02 18:46:25 +01:00
sqrrm
eeea465a0c
Merge pull request #3826 from chimp1984/increase-security-deposits
...
Increase security deposits
2020-01-02 12:18:05 +01:00
sqrrm
567684172d
Merge pull request #3821 from chimp1984/handle-spv-resync-edge-cases
...
Improve handling of spv resync edge case
2020-01-02 12:04:31 +01:00
sqrrm
ab3b0ecbc2
Merge pull request #3817 from stejbac/fix-temp-file-path-memory-leak
...
Fix temp file path memory leak
2020-01-02 11:43:48 +01:00
wiz
678b8b20bd
Add mempool.space Tor V2 block explorer
2019-12-31 22:16:05 +09:00
wiz
47d0f4f8cd
Upgrade mempool.space to full block explorer functionality
2019-12-31 21:25:49 +09:00
Christoph Atteneder
7980d1ee5d
Add 2 new columns to vote result ( #3822 )
...
* Add 2 new columns to vote result
Add threshold and quorum column.
Combine name and link column.
Add sorting function for accepted column.
Adjust column width.
* Fix sorting functions
* Improve column sorting
2019-12-27 19:05:36 +01:00
Christoph Atteneder
42cabe0077
Merge pull request #3813 from wiz/re-enable-kanocztomas-btcnode
...
Re-enable mbm6ffx6j5ygi2ck.onion btcnode operated by @KanoczTomas
2019-12-27 12:12:13 +01:00
beingindot
bbd273b4b8
Trade limit error message is not clear
...
Fixes #3712
2019-12-26 16:31:48 +05:30