Commit Graph

3162 Commits

Author SHA1 Message Date
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
ca08b7c272
Update seed node operators 2019-05-11 01:00:44 +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
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
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
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
Manfred Karrer
87358927a6
Add null check 2019-05-02 22:40:54 -05:00
Manfred Karrer
8f56f4a262
Refactoring: Extract variable 2019-05-02 21:49:47 -05:00
Manfred Karrer
830e693ace
Refactoring: Rename CheckIfPeerIsBanned to ApplyFilter 2019-05-02 21:48:51 -05:00
Manfred Karrer
3b613bebce
Improve handling of filter 2019-05-02 21:48:13 -05:00
Manfred Karrer
c4e30e5aa9
Fix limitations 2019-05-02 20:54:31 -05:00
Manfred Karrer
e0cf683818
Update text 2019-05-02 17:46:25 -05:00
Manfred Karrer
e51844a7f1
Improve dispute handling of failed trades 2019-05-02 17:39:58 -05:00
Manfred Karrer
08cf993d0f
Add amount limit to take offer view 2019-05-02 16:22:20 -05:00
Manfred Karrer
9df54372dc
Fix verify task 2019-05-02 15:35:02 -05:00
Manfred Karrer
8e0ec54fb1
Refactor restriction handling 2019-05-02 15:15:13 -05:00
Manfred Karrer
4947352c03
Update text 2019-05-02 13:44:02 -05:00
Manfred Karrer
8ab348c495
Add check for account age to apply restrictions 2019-05-02 13:06:46 -05:00
Christoph Atteneder
92d75db604
Update translations 2019-05-02 17:39:33 +02:00
Manfred Karrer
b1a8429066
Merge pull request #2752 from ManfredKarrer/add-filter-to-trade-history
Add filter to trade history
2019-04-27 15:53:33 -05:00
Christoph Atteneder
ca0387ad5b
Add prompt text for filter textfield 2019-04-25 12:23:54 +02:00
Christoph Atteneder
87cbc47b07
Merge pull request #2675 from m4hdi1995/list-parsicoin
List ParsiCoin (PARS)
2019-04-25 11:06:23 +02:00
Christoph Atteneder
451553f17c
Merge pull request #2769 from devinbileck/change-pricenode-operator
Reflect pricenode operator change in ProvidersRepository
2019-04-25 11:04:08 +02:00
Christoph Atteneder
07d2da6456
Merge pull request #2770 from devinbileck/update-relay-node-address
Update mobile notification relay node DEV_URL IP address
2019-04-25 11:03:48 +02:00
Christoph Atteneder
d2d6636544
Merge pull request #2753 from ManfredKarrer/fix-trade-peers-account-age
Fix account age display of peer
2019-04-24 11:33:27 +02:00
Devin Bileck
5fb08f81ab
Update mobile notification relay node DEV_URL IP address
I have taken over the relay node from Manfred. The onion address
remains the same, but the IP address used in the DEV_URL has
changed.

See bisq-network/roles#82
2019-04-23 00:11:40 -07:00
Devin Bileck
bfb38fb08e
Reflect pricenode operator change in ProvidersRepository
I have taken over one of the pricenodes from Manfred.

See bisq-network/roles#14
2019-04-23 00:04:51 -07:00
Manfred Karrer
25931c0fd7
Merge pull request #2757 from sqrrm/count-voting-cycles
Count cycles correctly, fix #2706
2019-04-21 18:06:50 -05:00
Manfred Karrer
dc773460a9
Merge branch 'master' into fix-trade-peers-account-age 2019-04-21 17:17:46 -05:00
Manfred Karrer
eb1c4fd25c
Merge pull request #2737 from ManfredKarrer/use-utf8-for-getBytes
Add UTF8 for getBytes calls
2019-04-21 17:16:34 -05:00
sqrrm
d0c0bd9a25
Count cycles correctly, fix #2706 2019-04-20 15:18:23 +02:00
Manfred Karrer
f23773b81c
Add account age to contract window 2019-04-19 22:14:34 -05:00
Manfred Karrer
1f00e8c3aa
Move method 2019-04-19 21:52:28 -05:00
Manfred Karrer
f88af6b450
Fix account age display of peer
We only showed makers account age before also at trade screens.
This PR fixes that so that the trade peers account age is displayed at
the peer info icon.
2019-04-19 21:31:26 -05:00
Manfred Karrer
25e2621ce5
Fix missing arguments 2019-04-19 20:37:19 -05:00
Manfred Karrer
59f31c7c6e
Merge branch 'master' into fix-dao-full-mode-settings-issue
# Conflicts:
#	common/src/main/proto/pb.proto
#	core/src/main/java/bisq/core/user/Preferences.java
#	core/src/main/java/bisq/core/user/PreferencesPayload.java
#	desktop/src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java
2019-04-19 20:32:11 -05:00
Manfred Karrer
ad4be15eea
Merge branch 'master' of https://github.com/bisq-network/bisq 2019-04-19 20:26:31 -05:00
Manfred Karrer
262fa851b6
Merge pull request #2742 from ripcurlx/set-lower-security-deposit-for-altcoins
Use different security deposit for fiat-crypto and crypto-crypto trades
2019-04-19 20:24:26 -05:00
Manfred Karrer
307bf73539
Show readable data in offer 2019-04-19 19:31:07 -05:00
Christoph Atteneder
55d09a308b
Use different security deposit for fiat-crypto and crypto-crypto trades 2019-04-18 19:37:46 +02:00
Christoph Atteneder
8481593370
Improve handling of editing of offers with invalid security deposit 2019-04-18 14:45:23 +02:00
Manfred Karrer
1008e9bc51
Add UTF8 for getBytes calls
Fixes https://github.com/bisq-network/bisq/issues/2729
2019-04-17 19:56:21 -05:00
Manfred Karrer
2119872c9b
Merge pull request #2730 from ManfredKarrer/request-block-if-not-received
Request blocks in case we have not received it
2019-04-17 19:12:02 -05:00
Manfred Karrer
da10470dc5
Request 1 block above our chain height 2019-04-17 18:40:31 -05:00
Manfred Karrer
6cd04a0d91
Merge pull request #2621 from ManfredKarrer/ignore-dust-utxo
Ignore dust utxo
2019-04-17 18:30:50 -05:00
Manfred Karrer
6f44dc5c1c
Fix issues with DAO full mode in preferences
There was missing the block notify port as well as the options have
not been applied correctly which led to the situation that when you
run the same application in full mode and later in lite mode that
data got persisted.

Added also to the footer a note if full mode is running.
2019-04-17 18:26:33 -05:00
Manfred Karrer
bebb48108f
Merge pull request #2732 from ManfredKarrer/add-nodeaddress-at-getblocks-request
Add nodeaddress and capabilities at getblocks request
2019-04-17 09:21:27 -05:00
Manfred Karrer
683301fc23
Use full address instead of hostname
Mixing usage of host name and full name caused a few bugs in the past.
We should use only full address by default.
2019-04-16 23:19:54 -05:00
Manfred Karrer
70a950ce94
Use fullAddress for ignored peers and in peer info 2019-04-16 23:18:36 -05:00