Florian Reimair
761c302e4f
Fix: works for heads more than 20 behind
2019-07-04 19:24:57 +02:00
Florian Reimair
b9cb889c12
Fixed max finding algorithm
2019-07-04 19:10:19 +02:00
Florian Reimair
e40c3f3ad0
Report dao state reference head as well
2019-07-02 23:11:51 +02:00
Florian Reimair
65aeca804d
Remove MessageListener before adding it
2019-06-17 09:52:26 +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
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
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
Christoph Atteneder
36c0e49504
Revert to SNAPSHOT version
2019-05-03 12:47:59 +02:00
Christoph Atteneder
8ceb2e3be2
Bump version number
2019-05-03 12:13:41 +02:00
Christoph Atteneder
7523fc5628
Merge pull request #2801 from ManfredKarrer/restrict-new-accounts
...
Add check for account age to apply restrictions
2019-05-03 12:09:50 +02:00