Commit Graph

9100 Commits

Author SHA1 Message Date
Florian Reimair
0733379141
Split on resulting message size 2019-07-06 14:23:24 +02:00
Florian Reimair
f73fa94984
Use EnvelopeOfEnvelopes message type 2019-06-24 16:59:56 +02:00
Florian Reimair
b101035d99
Sketch of businesslogic regarding EnvelopeOfEnvelopes 2019-06-24 16:55:58 +02:00
Florian Reimair
16392f5f0a
Added EnvelopeOfEnvelopes Network Message 2019-06-24 16:53:53 +02:00
Christoph Atteneder
abc0909ffe
Merge pull request #2870 from freimair/monitor-bsqblocks
Monitor knows about the DAO
2019-06-06 14:02:16 +02:00
Florian Reimair
afcc7c00f5
Renamed classes 2019-06-05 19:39:54 +02:00
Florian Reimair
344e0aba9d
Removed static bsq block height 2019-06-05 18:47:11 +02:00
Florian Reimair
4e5cd50e64
Increase max message size until a greater refactoring 2019-06-05 17:50:59 +02:00
Florian Reimair
a625f4b111
SeedNodeSnapshot knows the Dao 2019-06-05 17:50:59 +02:00
Florian Reimair
fb71889042
Gather Dao data 2019-06-05 17:50:58 +02:00
Florian Reimair
7442d2a428
Fix NullPointerEx in Monitor 2019-06-05 17:50:58 +02:00
Florian Reimair
438c0dcf43
Init BsqBlocks metric 2019-06-05 17:50:35 +02:00
Christoph Atteneder
5b841709d4
Revert to SNAPSHOT version 2019-06-04 10:53:42 +02:00
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