Commit Graph

9087 Commits

Author SHA1 Message Date
Christoph Atteneder
ca24ce0217
Bump version number 2019-06-04 10:49:00 +02:00
Christoph Atteneder
fbd49a2cce
Update stores 2019-06-04 10:14:58 +02:00
Christoph Atteneder
5db568f982
Update translations 2019-06-04 10:13:36 +02:00
Christoph Atteneder
e7175b06c4
Merge pull request #2864 from Emzy/patch-1
node1.emzy.de has moved to a new server
2019-06-04 10:06:56 +02:00
Stephan Oeste
1f1c6be0d5
node1.emzy.de has moved to a new server
New IP address for node1.emzy.de is 167.86.90.239
2019-06-03 22:37:31 +02:00
sqrrm
eb80770f4c
Merge pull request #2862 from agb19/patch-1
Fix "useless use of IPv6" in Tor socket
2019-06-03 13:47:31 +02:00
agb19
9970571979
Fix "useless use of IPv6" in Tor socket
Implements the "possible fix" described in issue #2840 by appending the directive `java.net.preferIPv4Stack=true` to the JVM options. 
Tested successfully on Debian 9 and Tails 3.14, using platform Tor and onion-grater.
2019-06-03 10:08:46 +00:00
sqrrm
428b3f5513
Merge pull request #2858 from y3v63n/master
Update displayStrings.properties
2019-05-31 18:28:48 +02:00
y3v63n
03d3125531
Update displayStrings.properties
Fixing linguistic issues in the English version
2019-05-31 14:31:18 +03:00
Christoph Atteneder
126afd2d0f
Merge pull request #2854 from sqrrm/fix-peer-handling
Fix peer handling
2019-05-30 12:45:25 +02:00
Christoph Atteneder
a1477699af
Merge pull request #2811 from KrzysiekJ/list-burnt-blackcoin
List burnt BlackCoin (BLK-BURNT)
2019-05-30 12:41:50 +02:00
sqrrm
78a837ec68
Handle encrypted BSQ wallet 2019-05-28 18:27:27 +02:00
sqrrm
dcfb5faf1e
Show peer address properly 2019-05-28 17:01:40 +02:00
Christoph Atteneder
fa45916582
Merge pull request #2750 from zzzpotato/list-zeroclassic-asset
List ZeroClassic (ZERC)
2019-05-27 17:07:45 +02:00
sqrrm
e3b4181f81
Merge pull request #2846 from sqrrm/use-correct-minfee
Use minTakerFee when calculating taker fee
2019-05-22 22:45:10 +02:00
sqrrm
ce38cec1af
Use minTakerFee when calculating taker fee 2019-05-22 12:57:17 +02:00
sqrrm
2591ddd85d
Merge pull request #2844 from devinbileck/fix-formatDurationAsWords
Fix confirm lockup transaction prompt showing incorrect estimated time
2019-05-18 09:31:15 +02:00
Devin Bileck
13cec4a877
Add more tests for formatDurationAsWords 2019-05-17 14:37:37 -07:00
Devin Bileck
7f83b5dc4f
Fix formatDurationAsWords when duration is multiple of 10 days
When the duration is a multiple of 10 days (e.g. 110 days) and not
showing zero values, it was incorrectly formatting it as "11" rather
than "110 days".
2019-05-17 14:36:40 -07:00
Manfred Karrer
a730cc5300
Merge pull request #2705 from devinbileck/proposal-url-validation
Add specific URL validation for proposal links
2019-05-16 14:01:45 +02:00
Manfred Karrer
7d7da05213
Merge pull request #2836 from devinbileck/fix-dao-sync-text-after-restore-from-seed
Fix dao sync text after restore from seed
2019-05-16 13:45:55 +02:00
Devin Bileck
25d3d2d424
Update status text when BTC sync in progress
Changes the status text when BTC sync in progress from:
Synchronized with Bitcoin Mainnet (using Tor): 10.00%

to:
Synchronizing with Bitcoin Mainnet (using Tor): 10.00%
2019-05-15 23:22:36 -07:00
Devin Bileck
f0fc83619c
Fix DAO synchronization text after restore from seed
After restoring from seed, the text shown under DAO /
BSQ Wallet / Transactions displays an incorrect progress - the numbers
are swapped. For example:
"Awaiting blocks... Verified 575,868 blocks out of 554,857"

Normally we get the latest block height from BitcoinJ as the
target height, and we request BSQ blocks from seed nodes up to latest
block.

But when restoring from seed, we receive the latest block height
from the seed nodes while BitcoinJ has not received all blocks yet and
is still syncing.

Fixes https://github.com/bisq-network/bisq/issues/2825
2019-05-15 23:14:55 -07:00
Manfred Karrer
cf9dc0df50
Merge pull request #2830 from ManfredKarrer/improve-dispute-ui
Fix issue with label width, add deposits
2019-05-15 01:23:40 +02:00
Manfred Karrer
405d4d07f3
Merge pull request #2618 from oscarguindzberg/bitcoinj-conn-fixes
Use bitcoinj with connection handling audit fixes + Transaction.unCache() set confidence to null
2019-05-14 23:45:54 +02:00
Manfred Karrer
299d36c294
Merge pull request #2609 from oscarguindzberg/fix-timeout
Bitcoin p2p: Use different timeouts
2019-05-14 23:41:23 +02:00
Manfred Karrer
2f5c587c87
Merge branch 'master' of https://github.com/bisq-network/bisq 2019-05-14 23:36:33 +02:00
Manfred Karrer
aa92c8131b
Merge branch 'logging' of https://github.com/oscarguindzberg/bisq into oscarguindzberg-logging
# Conflicts:
#	core/src/main/java/bisq/core/arbitration/DisputeManager.java
2019-05-14 23:35:17 +02:00
Manfred Karrer
8478096c7f
Merge pull request #2827 from ManfredKarrer/fix-bsq-dust-output-issue
Fixes #2804 and #2826
2019-05-14 16:53:36 +02:00
Manfred Karrer
4f7558b899
Fix issue with label width, add deposits 2019-05-14 15:18:13 +02:00
Manfred Karrer
25ee98dbce
Fixes https://github.com/bisq-network/bisq/issues/2804 and https://github.com/bisq-network/bisq/issues/2826 2019-05-14 15:05:12 +02:00
Manfred Karrer
b8cf1d7e67
Merge branch 'master' of https://github.com/bisq-network/bisq 2019-05-14 14:25:45 +02:00
Manfred Karrer
a8ed773e84
Update node operators 2019-05-14 14:25:26 +02:00
Manfred Karrer
f931ec8e6c
Merge pull request #2821 from ManfredKarrer/fix-connection-issue
Fix getBlocks issue
2019-05-12 02:00:04 +02:00
Manfred Karrer
96138e759b
Cleanups 2019-05-11 12:55:29 +02:00
Manfred Karrer
fa07957c24
Call setAllowDisconnectSeedNodes from LiteNode after blocks received
Instead of the 3 minutes delay we set the flag from the lite node once
the blocks are received. We delay 20 seconds to allow multiple getBlocksRequests
to finish.
2019-05-11 12:55:09 +02:00
Manfred Karrer
a8b1524d8d
Fix issue with too early disconnect to seeds
As soon we are over our connection target we start disconnecting seed
nodes though that can be too early as getBlocks requests are still
pending. We delay the disconnect seed handling to 3 minutes after our
first connection so give it enough time to receive the getBlocksResponse.
2019-05-11 12:22:59 +02:00
Manfred Karrer
ca08b7c272
Update seed node operators 2019-05-11 01:00:44 +02:00
Oscar Guindzberg
aded4afdf3 Use bitcoinj with connection handling audit fixes + Transaction.unCache() set confidence to null 2019-05-09 18:23:08 -03:00
Christoph Atteneder
8a25bb86c7
Fix broken SNAPSHOT renaming 2019-05-06 11:29:45 +02:00
Christoph Atteneder
98a7748a01
Revert to SNAPSHOT version 2019-05-06 10:55:09 +02:00
Christoph Atteneder
ac68da1dd3
Bump version number 2019-05-06 10:47:01 +02:00
Christoph Atteneder
d6c6373558
Update translations and change trusted account age from 15th of March to 1st of March 2019-05-06 10:46:04 +02:00
Christoph Atteneder
5b707691e0
Merge pull request #2813 from ManfredKarrer/allow-seller-to-take-any-offers
Allow seller to take any offers
2019-05-06 10:13:21 +02:00
Christoph Atteneder
d1d219b36b
Improve layout of Zelle form for buyer 2019-05-06 10:04:43 +02:00
Manfred Karrer
9305bfed19
Reduce SAFE_ACCOUNT_AGE_DATE from 15.3. to 1.3.
We have one very suspicious case where the trader created his
account on 15. of March. To be more safe to exclude potential scammers
we decrease the check to 1st of march.
2019-05-05 21:18:11 -05:00
Manfred Karrer
28727ad56d
Fix bug that sellers are restricted as well
Only buyers should be restricted if their account age is too young.
2019-05-05 21:14:30 -05:00
Krzysztof Jurewicz
c229c10e95
List burnt BlackCoin (BLK-BURNT) 2019-05-05 20:29:06 +02:00
Manfred Karrer
3b18d78781
Merge pull request #2803 from devinbileck/change-seednode-operator
Reflect mainnet seednode operator change
2019-05-03 18:57:25 -05:00
Devin Bileck
d01af3f3cf
Reflect mainnet seednode operator change
I have taken over one of the seednodes from @manfredkarrer.
2019-05-03 15:19:32 -07:00