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
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
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
Manfred Karrer
7871aae3d8
Rebroadcast new blocks at lite nodes
2019-04-15 21:41:47 -05:00
Christoph Atteneder
60826a11e1
Revert to SNAPSHOT
2019-04-15 17:42:16 +02: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
Manfred Karrer
b8b2e8b2bd
Merge pull request #6 from ripcurlx/fix-scrolling-in-trade-view
...
Reduce table height and update height calculation to prevent scrolling
2019-04-15 08:31:39 -05:00
Manfred Karrer
d0c99d622a
Merge pull request #7 from ripcurlx/align-currency-list-with-combobox
...
Align Altcoin list with Altcoin selection combobox
2019-04-15 08:31:32 -05:00
Christoph Atteneder
edfe035cb9
Align Altcoin list with Altcoin selection combobox
2019-04-15 15:26:10 +02:00
Christoph Atteneder
8f7dae49c6
Reduce table height and update height calculation to prevent scrolling
2019-04-15 15:15:15 +02:00
Christoph Atteneder
1664a72788
Update Mainnet dbs and remove old test dbs
2019-04-15 14:13:53 +02: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
1f9e2ce6a1
Fix nullpointer
2019-04-14 19:14:25 -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
Christoph Atteneder
ac4cd820d6
Move country into second column to save space
2019-04-14 21:50:35 +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