Manfred Karrer
2f4497155c
Merge pull request #2740 from ripcurlx/handle-editing-of-offers-with-invalid-deposit
...
Improve handling of editing of offers with invalid security deposit
2019-04-19 20:19:12 -05:00
Manfred Karrer
c25c1ca82b
Add filter box to trade history
...
Can filter by onion address, date string, trade id and
payment details data.
2019-04-19 20:12:54 -05:00
Manfred Karrer
307bf73539
Show readable data in offer
2019-04-19 19:31:07 -05:00
Christoph Atteneder
dadd22cc31
Remove unnecessary static import
2019-04-19 10:53:44 +02:00
Christoph Atteneder
211f65f12b
Use existing styling for developer alert message
2019-04-18 22:19:23 +02: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
1f1d7a31c6
Fix missing argument in test class
2019-04-17 18:49:02 -05:00
Manfred Karrer
8a5ba9487d
Fix missing argument in test class
2019-04-17 18:47:30 -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
5f86da9e73
Merge pull request #2734 from ripcurlx/include-bsq-in-markets-print-tool
...
Remove BSQ filter for crypto currencies
2019-04-17 09:21:44 -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
Christoph Atteneder
d05bafe20a
Merge pull request #2733 from ManfredKarrer/fix-ignore-list
...
Fix ignore list
2019-04-17 11:42:04 +02:00
Christoph Atteneder
e37a704016
Remove BSQ filter for crypto currencies
2019-04-17 11:16:55 +02: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
7e0a7a4f02
Only set capabilities if not null
2019-04-16 22:48:32 -05:00
Manfred Karrer
b0fef9819b
Add check for nullable senderNodeAddress
2019-04-16 22:33:46 -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
21c5eec5f6
Remove referralIdInputTextField
...
The referralId support did not get any interest so we removed it from
the UI. It is still supported via prog argument and can be re-enabled
again once there are use cases (API?).
I left it commented out to make re-enabling easier.
2019-04-16 20:41:59 -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
487f714687
Merge pull request #2728 from oscarguindzberg/fix-doichainparams
...
Doichain: set p2shHeader.
2019-04-16 19:09:54 -05:00
Manfred Karrer
1e991d1b6e
Sync up code with SeedNodeMain
2019-04-16 18:00:09 -05:00
Manfred Karrer
a9466375f6
Use AppSetupWithP2PAndDAO instead iof AppSetupWithP2P
2019-04-16 17:59:31 -05:00
Manfred Karrer
a677a5b1a2
Always use AppSetupWithP2PAndDAO independent of isDaoFullNode
2019-04-16 17:59:06 -05:00
Oscar Guindzberg
2b3d2c8061
Doichain: set p2shHeader.
...
See https://github.com/Doichain/core/blob/master/src/chainparams.cpp#L181
2019-04-16 17:32:47 -03:00
Manfred Karrer
ba4a3a8918
Avoid logging calls from monitor nodes
...
Monitor nodes have only one capability set. We don't want to get tons
of logs from those (trade statistics, account witness,....).
2019-04-16 15:09:52 -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
9945d4a414
Add size method
2019-04-16 15:08:18 -05:00
Manfred Karrer
d4cb4f8f43
Add TODO
2019-04-16 15:08:06 -05:00
Manfred Karrer
2410f38796
Apply formatting (no code change)
2019-04-16 15:07:14 -05:00
Christoph Atteneder
36f8b0275a
Revert to SNAPSHOT version
2019-04-16 16:26:41 +02:00
Christoph Atteneder
bdf163ca2d
Bump version number
2019-04-16 16:03:12 +02: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
6cceed2bc4
Merge pull request #2724 from ripcurlx/show-news-badge-for-dao-launch
...
Show DAO news badge to increase visibility of DAO launch
2019-04-16 15:51:49 +02:00
Manfred Karrer
536ef67be0
Merge pull request #2725 from ripcurlx/remove-rounding-popup-showing-redundancy
...
Only show rounding popup once during activation
2019-04-16 08:49:43 -05:00
Christoph Atteneder
ddeb1b4831
Merge pull request #2723 from ripcurlx/fix-calculation-of-sec-deposit-in-edit-offer
...
Fix wrong calculation of percentage based security deposit
2019-04-16 15:48:02 +02:00
Christoph Atteneder
c972dfe668
Only show rounding popup once during activation and not show it in edit offer screen.
...
Fixes #2708 .
2019-04-16 15:01:14 +02:00
Christoph Atteneder
b119c71a1c
Show DAO news badge to increase visibility of DAO launch
2019-04-16 13:34:50 +02:00
Christoph Atteneder
02f6475470
Fix wrong calculation of percentage based security deposit
2019-04-16 11:27:59 +02:00
Christoph Atteneder
24d0baeaa6
Merge pull request #2722 from devinbileck/update-build.gradle
...
Add missing pricenode project generated shell script
2019-04-16 10:08:18 +02:00
Devin Bileck
eebb485096
Add missing pricenode project
...
When generating shell scripts in the root project directory, the
pricenode project was missing.
2019-04-16 00:47:34 -07:00
Manfred Karrer
51f9394f4f
Merge branch 'master' into forward-broadast-msg
2019-04-15 22:04:19 -05: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