Commit graph

3125 commits

Author SHA1 Message Date
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
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
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
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
Manfred Karrer
ab0c81804c
Make GetBlocksRequest implement SendersNodeAddressMessage and SupportedCapabilitiesMessage
When we request at startup the blocks from a seed which has not yet
received out capabilities or node address we will not get a response.
We do not want to depend on the state in the getData domain in the
p2p network by using only a seed which has already responded but we
prefer to make sure the seednode will get all the data by our request
to be able to respond.
2019-04-16 22:52:20 -05:00
Manfred Karrer
fcbc3b659b
Ignore utxo below a user defined threshold to avoid dust attacks
Implements https://github.com/bisq-network/bisq/issues/2604
2019-04-16 20:42:13 -05:00
Manfred Karrer
7df35f3ce8
Request blocks in case we have not received it
Once we get a new block from BitcoinJ we start a timer and check in 10
seconds if we have received the block from the P2P network. If not we
request it from the seed nodes.
2019-04-16 20:36:58 -05:00
Manfred Karrer
3233a3adf7
Only apply FULL_DAO_NODE if arg value is "true" 2019-04-16 15:08:56 -05:00
Manfred Karrer
d4cb4f8f43
Add TODO 2019-04-16 15:08:06 -05:00
Christoph Atteneder
652b5ab277
Merge pull request #2719 from ManfredKarrer/forward-broadast-msg
Rebroadcast new blocks at lite nodes
2019-04-16 16:01:50 +02:00
Christoph Atteneder
02f6475470
Fix wrong calculation of percentage based security deposit 2019-04-16 11:27:59 +02:00
Manfred Karrer
188f3eee6d
Change log levels 2019-04-15 22:02:41 -05:00
Manfred Karrer
2fedc51a87
Change log levels 2019-04-15 21:55:43 -05:00
Manfred Karrer
7871aae3d8
Rebroadcast new blocks at lite nodes 2019-04-15 21:41:47 -05:00
Manfred Karrer
825d37450b
Set mainnet Genesis Tx ID 2019-04-15 10:10:17 -05:00
Manfred Karrer
6c98d98ce1
Merge branch 'master' into rc_v1.0.0 2019-04-15 09:00:31 -05:00
Christoph Atteneder
9a0cc1afa1
Update translations 2019-04-15 14:13:50 +02:00
Manfred Karrer
4442a2e8c1
Add missing parameter in test 2019-04-14 22:14:14 -05:00
Manfred Karrer
1f05e8ff75
Merge pull request #5 from ripcurlx/improve-sepa-form
Small improvements
2019-04-14 15:22:46 -05:00
Christoph Atteneder
f5404f8d20
Set new minimum deposit if deposit lower than minimum was persisted 2019-04-14 22:16:43 +02:00
Manfred Karrer
4da5c4ff1a
Make check case insensitive 2019-04-14 14:23:52 -05:00
Manfred Karrer
57ae8af3d7
Add requireUpdateToNewVersion check 2019-04-14 13:52:53 -05:00
Manfred Karrer
3eabc1e1a6
Reduce sec deposits 2019-04-14 13:26:22 -05:00
Manfred Karrer
a1bbb6c886
Change most payment methods from DEFAULT_TRADE_LIMIT_MID_RISK to DEFAULT_TRADE_LIMIT_HIGH_RISK 2019-04-14 12:30:53 -05:00
Manfred Karrer
0179cfc8cb
Use new dummy genesis tx for mainnet 2019-04-12 01:39:48 -05:00
Manfred Karrer
cdff4d5222
Use betanet genesis for mainnet 2019-04-11 21:51:00 -05:00
Manfred Karrer
6b009d4af0
Merge branch 'master' into rc_v1.0.0 2019-04-11 14:15:22 -05:00
Manfred Karrer
2a1f8d5dad
Merge pull request #2697 from ripcurlx/remove-non-core-languages
Remove non core languages
2019-04-11 12:22:31 -05:00
Christoph Atteneder
ce9aae297d
Update transifex script with new core languages 2019-04-11 15:57:47 +02:00
Christoph Atteneder
d6615e1efd
Remove non-core languages based on discussion on Transifex 2019-04-11 15:13:37 +02:00
Christoph Atteneder
781194c32f
Merge pull request #2680 from HarryMacfinned/update-removed-assets-list
Update CurrencyUtil.java
2019-04-11 15:03:57 +02:00
Manfred Karrer
68436f5f85
Merge branch 'master' into rc_v1.0.0
# Conflicts:
#	common/src/main/proto/pb.proto
#	core/src/main/java/bisq/core/dao/governance/blindvote/storage/BlindVotePayload.java
2019-04-10 09:39:15 -05:00
Christoph Atteneder
94c1cf3499
Updated translations based on https://github.com/bisq-network/bisq/pull/2688#issuecomment-481709119 2019-04-10 16:31:57 +02:00
Christoph Atteneder
17d5f2ac4a
Add DAO launch popup 2019-04-10 12:29:51 +02:00
Christoph Atteneder
83770dbfd4
Add votes as shared translation 2019-04-10 12:29:51 +02:00
Christoph Atteneder
ce731564a3
Add proposal as shared translation 2019-04-10 12:29:51 +02:00
Harry MacFinned
5aa22cef93
Update CurrencyUtil.java
add BURST+STEEM to the list of removed assets
2019-04-09 07:27:39 +00:00
Manfred Karrer
8e82fa6654
Handle dao state conflicts better
- Check if conflicting node is seed node or not. Show info in list entry
and only show resync button and red color in text if conflict is with
seed node.
- At resync move all p2p network data to a dedicated directory so they
will be reloaded from the seeds.
2019-04-08 16:39:13 -05:00
Christoph Atteneder
4bec31583e
Update translations 2019-04-08 11:05:58 +02:00
Christoph Atteneder
f4c65c4d6e
Merge pull request #2665 from ManfredKarrer/use-crypt-hash-at-role
Use cryptographic hash from protobuffer serialized data instead of hashCode
2019-04-08 10:44:30 +02:00