evan82
ff2837c8e3
Merge pull request #645 from UdjinM6/refDS
...
fix the way anonymizable balance calculated, fix conditions for DS
2016-01-05 10:37:47 -07:00
evan82
f30a627f8b
Merge pull request #640 from crowning-/Crownium
...
Crownium theme
2016-01-05 10:36:53 -07:00
evan82
b1525ba48e
Merge pull request #636 from crowning-/patch-1
...
Non-critical CSS-error-messages removed from debug.log
2016-01-05 10:33:33 -07:00
UdjinM6
3ce490965d
fix the way anonymizable balance calculated and fix conditions for DS
2015-11-06 20:23:19 +03:00
evan82
6df51c97d0
Merge pull request #638 from crowning-/UI_Enhancements
...
UI: wrong keypool default value displayed
2015-10-27 14:54:53 -07:00
crowning-
dbd19566d3
UI: show complete path to wallet.dat on Wallet-Repait tab (Qt5 fix)
2015-10-25 21:45:08 +01:00
crowning-
eb5224c1c1
UI: show complete path to wallet.dat on Wallet-Repait tab (Win separator-fix)
2015-10-25 21:28:18 +01:00
crowning-
ba053de0d9
UI: show complete path to wallet.dat on Wallet-Repait tab (separator-fix)
2015-10-25 20:54:46 +01:00
crowning-
8233135663
UI: show complete path to wallet.dat on Wallet-Repait tab
2015-10-25 19:25:01 +01:00
crowning-
0a0f12aca5
Non-critical CSS-error-messages removed from debug.log
2015-10-06 04:07:59 +02:00
crowning-
b30be63263
Merge remote-tracking branch 'upstream/v0.12.1.x' into Crownium
2015-10-06 04:05:15 +02:00
crowning-
3f378fe455
UI: wrong keypool default value displayed part 2
2015-10-05 22:50:54 +02:00
crowning-
a29e1ce0bd
-keypool=<n> help text modified
2015-10-04 14:20:45 +02:00
crowning-
2a25c8c8bb
UI: wrong keypool default value displayed
2015-10-04 13:55:33 +02:00
crowning-
b6da10ecf9
Merge remote-tracking branch 'upstream/v0.12.1.x' into Crownium
2015-10-02 23:36:01 +02:00
crowning-
70a77e2499
Non-critical CSS-error-messages removed from debug.log
...
The following log-messages were caused by setting a non-existing property via CSS in the "Options" dialogue.
GUI: QCheckBox(0x7fe0214e7fd0, name = "bitcoinAtStartup") does not have a property named "alignment"
GUI: QCheckBox(0x7fe021500540, name = "minimizeToTray") does not have a property named "alignment"
GUI: QCheckBox(0x7fe021502540, name = "minimizeOnClose") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f9d20, name = "mapPortUpnp") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214fa280, name = "allowIncoming") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f9de0, name = "connectSocks") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f8df0, name = "coinControlFeatures") does not have a property named "alignment"
GUI: QCheckBox(0x7fe0214f9260, name = "spendZeroConfChange") does not have a property named "alignment"
It's fixed now.
2015-10-02 23:08:18 +02:00
crowning-
115bb174ca
Edit masternode.conf from within the wallet (Menu adjusted)
2015-09-28 22:08:07 +02:00
crowning-
eb29c71981
Edit masternode.conf from within the wallet
2015-09-28 21:58:59 +02:00
Evan Duffield
ac3a0123b7
Fixed IX confirmation bug for gettransaction
...
IX confirmations now show up correctly via the RPC interface immediately after IX confirms they are double-spend proof:
gettransaction 64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2

{
"amount" : 0.00000000,
"fee" : -0.01000000,
"confirmations" : 5,
"bcconfirmations" : 0,
"txid" : "64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2",
"walletconflicts" : [
}
... a moment later ...

gettransaction 64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2

{
"amount" : 0.00000000,
"fee" : -0.01000000,
"confirmations" : 6,
"bcconfirmations" : 1,
"blockhash" : "00000000000f850e60431a5a88fba1cd8d3868477056f65493664e2d39c1837c",
"blockindex" : 2,
"blocktime" : 1443290068,
"txid" : "64c04e06ac058e572cefb5d98728dba21401cb8826f9688cbaf4270adfc6afb2",
"walletconflicts" : [
],
}
2015-09-28 13:19:03 +02:00
UdjinM6
f173a8634f
fix LP inter-mixing by not initiating new queues by them
...
Closes : #623
2015-09-28 13:16:16 +02:00
UdjinM6
e754c84f2e
huge update for Chinese and Japanese(include it in the list now)
...
Closes : #625
2015-09-28 12:52:23 +02:00
UdjinM6
730c29fa47
add mnbudgetvoteraw
2015-09-23 03:15:23 +03:00
Holger Schinzel
3787421146
merging 0.12.0.x into 0.12.1.x
2015-09-22 16:46:03 +02:00
evan82
e4e1fc9bcb
Merge pull request #612 from crowning-/UI_Enhancements
...
UI: theme-dependent icons/images Step 2-5
2015-09-22 07:14:50 -07:00
evan82
acb41462a5
Merge pull request #563 from UdjinM6/v0.12.1.x_bip69
...
V0.12.1.x Implement bip69
2015-09-22 07:14:23 -07:00
evan82
ddf71c0764
Merge pull request #561 from UdjinM6/v0.12.1.x_pre_enabled
...
V0.12.1.x pre-enabled status from masternodes
2015-09-22 07:14:10 -07:00
crowning-
032076df66
UI: min-width adjustment for toolbar buttons
2015-09-17 15:52:31 +02:00
crowning-
94a6f12d14
UI: theme-dependent icons/images (Win installer fix)
2015-09-17 15:21:04 +02:00
crowning-
8599ced191
UI: theme-dependent icons/images (Win installer fix)
2015-09-17 14:47:39 +02:00
crowning-
8392b728d0
UI: toolbar behaviour changed
2015-09-16 23:13:20 +02:00
crowning-
61b2f8febb
UI: about image beautified
2015-09-16 20:37:17 +02:00
crowning-
8df2edca24
UI: theme-dependent icons/images Step 5 (About message)
2015-09-16 20:20:41 +02:00
crowning-
b5efb1e065
Merge remote-tracking branch 'upstream/v0.12.1.x' into Crownium
2015-09-16 20:20:33 +02:00
crowning-
bb49ce8244
Merge remote-tracking branch 'upstream/v0.12.1.x' into UI_Enhancements
2015-09-16 20:15:11 +02:00
crowning-
0b435daecc
UI: theme-dependent icons/images Step 5 (About message)
2015-09-16 20:09:12 +02:00
crowning-
c2cd4224ee
UI: new wallet theme "Crownium"
2015-09-16 06:04:26 +02:00
crowning-
1338b64d34
UI: theme-dependent icons/images Step 4 (splash + rpcconsole)
2015-09-16 05:29:57 +02:00
evan82
e29241b435
Merge pull request #615 from UdjinM6/dsmultisession
...
DS MultiSession cmd-line option
2015-09-15 16:06:47 -07:00
evan82
5e656df23a
Merge pull request #608 from UdjinM6/translation_sk
...
huge update to sk translation (thanks xsedivy!)
2015-09-15 16:04:14 -07:00
evan82
b8739c0967
Merge pull request #610 from UdjinM6/ixfixes
...
IX fixes:
2015-09-15 16:02:45 -07:00
evan82
06e351d40f
Merge pull request #607 from UdjinM6/matchrounds
...
DS: try to use only inputs with the same number of rounds starting from lowest number of rounds possible
2015-09-15 16:02:15 -07:00
UdjinM6
79e2c541a8
translations: vi to 100%
2015-09-16 00:28:13 +03:00
UdjinM6
841fc5fbae
DS MultiSession cmd-line option (try to mix constantly, few times per block)
2015-09-15 20:52:45 +03:00
UdjinM6
6b35e97ebc
Slight budgets refactor:
...
- cleaner blockchain-like rpc / moved logic to proposal class / cleaned help messages and redundant
- refactored proposals a bit (more straightforward constructor, IsValid)
(both parts inherit sanitization proposed/made by @crowning earlier)
2015-09-15 20:02:47 +03:00
evan82
f36e28ede0
Merge pull request #611 from crowning-/v0.12.1.x
...
Security: sanitize mnbudget parameters (part 2) DASH-5
2015-09-14 13:17:34 -07:00
crowning-
0a036e0bf0
UI: theme-dependent icons/images (error fix)
2015-09-13 13:23:28 +02:00
crowning-
39ac400392
UI: theme-dependent icons/images Step 3 (CSS changes)
2015-09-13 04:46:02 +02:00
crowning-
b9bf948a65
UI: theme-dependent icons/images Step 2 (Gitian-build fix)
2015-09-13 00:59:51 +02:00
crowning-
dec129d54c
UI: theme-dependent icons/images Step 2 (app icons relocated)
2015-09-13 00:42:07 +02:00
crowning-
8c33cf27b8
UI: theme-dependent icons/images Step 2 (permissions restored)
2015-09-12 23:45:52 +02:00