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
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
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
Manfred Karrer
5b8ff6ef73
Merge branch 'master' into rc_v1.0.0
2019-04-13 12:49:29 -05:00
Manfred Karrer
994da7fcdc
Merge pull request #2707 from ManfredKarrer/fix-filter
...
Use full address instead of hostname
2019-04-13 12:46:03 -05:00
Manfred Karrer
bb71fb122b
Use full address instead of hostname
2019-04-13 10:58:17 -05:00
Christoph Atteneder
5d70e3d755
Fix wrong padding of links in trade feedback popup
2019-04-13 17:19:25 +02:00
Christoph Atteneder
60e23f8f24
Reduce min width of close button to prevent truncations
2019-04-13 17:07:43 +02:00
Manfred Karrer
8a3f42c572
Improve filter
2019-04-12 18:52:00 -05:00
Manfred Karrer
4269607065
Merge pull request #4 from ripcurlx/bump-version-number
...
Bump version number
2019-04-12 17:26:40 -05:00
Manfred Karrer
cc255c2733
Merge branch 'master' into rc_v1.0.0
2019-04-12 17:24:48 -05:00