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
evan82
e6d842f38d
Merge pull request #635 from thelazier/fix_misbehaving_count_mnsync
...
Preventing some Misbehaving counting during Masternode Sync
2015-10-02 16:35:52 -07:00
evan82
f0ec21a19b
Merge pull request #631 from UdjinM6/fixMnodemanClear
...
add missing maps cleaning in CMasternodeMan::Clear()
2015-10-02 16:35:17 -07: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
TheLazieR Yip
b901fdb60d
Fix Misbehaving counting during Masternode Sync.
2015-10-02 14:32:24 +07:00
UdjinM6
f4afaec0b2
add missing maps cleaning in CMasternodeMan::Clear()
2015-09-30 04:24:29 +03:00
UdjinM6
2f8c944168
fix #629
2015-09-29 17:50:09 +03: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
Holger Schinzel
27a4f5e6b2
bumping to v56 for next dev iteration
2015-09-28 18:16:48 +02:00
Evan Duffield
6509adf671
Revert "More liberal block creation"
...
This reverts commit bda45f1b26
.
2015-09-28 07:54:24 -07: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
evan82
82c2f06851
Merge pull request #625 from UdjinM6/translations20150928
...
huge update for Chinese and Japanese(include it in the list now)
2015-09-27 22:40:06 -07:00
UdjinM6
e98fc3a2e5
huge update for Chinese and Japanese(include it in the list now)
2015-09-28 06:16:23 +03:00
Evan Duffield
71272d4b48
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-26 10:55:46 -07:00
Evan Duffield
bda45f1b26
More liberal block creation
2015-09-26 09:58:08 -07:00
Evan Duffield
473328518c
v55
2015-09-24 18:27:39 -07:00
evan82
87766f5db5
Merge pull request #623 from UdjinM6/fixlpintermixing
...
fix LP inter-mixing by not initiating new queues by them
2015-09-24 16:29:03 -07:00
UdjinM6
de478cb632
fix LP inter-mixing by not initiating new queues by them
2015-09-25 02:16:49 +03:00
UdjinM6
3d91fe326c
add mnbudgetvoteraw
...
Closes : #621
2015-09-24 23:46:19 +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
crowning-
82b25f55f7
UI: theme-dependent icons/images Step 2
2015-09-12 23:42:04 +02:00
UdjinM6
02dfe6b239
split usage of "masternode" command: "start" for local Hot and "start-<mode>" for remote"
...
Closed #605
2015-09-12 18:02:39 +02:00
crowning-
afa99c7f62
Security: sanitize mnbudget parameters (part 2) DASH-5
2015-09-12 17:17:03 +02:00
UdjinM6
f68a5d8102
remove depreciated dsee/dseep code
...
Closes #606
2015-09-12 16:35:37 +02:00
UdjinM6
d9ff3d77a3
remove extra "new line" from some error/log messages
...
Closes #609
2015-09-12 16:30:02 +02:00
UdjinM6
9710b50a43
change threadSafe (i.e. cs_main lock usage) for Dash rpc commands
...
Closes #604
2015-09-12 07:49:13 +02:00
UdjinM6
9d7fccf6a7
change threadSafe (i.e. cs_main lock usage) for Dash rpc commands
...
Closes #604
2015-09-12 07:45:47 +02:00
evan82
ee9018aee9
Merge pull request #600 from crowning-/UI_Enhancements
...
UI: theme-dependent icons/images Step 1
2015-09-11 14:45:33 -07:00
evan82
356c616b98
Merge pull request #598 from crowning-/v0.12.1.x
...
Security: sanitize mnbudget prepare|submit names and URLs
2015-09-11 14:45:21 -07:00
UdjinM6
ae14019e6d
IX fixes:
...
- refactor initialization/fix initial values
- use global `fEnableInstantX`
- rpc output: `confirmations` (i.e. total) and `bcconfirmations` (blockchain only), fixes #593 also
- throw error in UI before submiting IX if it violates max amount
2015-09-11 21:26:15 +03:00
UdjinM6
0c3a0291ac
huge update to sk translation (thanks xsedivy!)
...
fix qrc
2015-09-10 07:22:31 +03:00
UdjinM6
602d1b2944
DS: try to use only inputs with the same number of rounds starting from lowest number of rounds possible
2015-09-09 08:00:30 +03:00
evan82
818303dbbd
Merge pull request #602 from UdjinM6/remainingoffby1
...
fix: GetRemainingPaymentCount was off by 1
2015-09-07 12:03:55 -07:00
UdjinM6
792c5b822a
fix: GetRemainingPaymentCount was off by 1
2015-09-07 20:39:34 +03:00
crowning-
bf528715fc
UI: theme-dependent icons/images Step 1
2015-09-05 22:54:11 +02:00
Holger Schinzel
2c539391cd
version bump v54
2015-09-04 21:18:16 +02:00
Holger Schinzel
4059322cff
Merge branch 'master' into v0.12.1.x
...
Conflicts:
configure.ac
src/clientversion.h
2015-09-04 16:41:49 +02:00
Holger Schinzel
fd54976149
bump version
2015-09-04 15:33:53 +02:00
UdjinM6
7cede481a8
fix mnw limits
2015-09-04 15:22:17 +03:00
Holger Schinzel
4a055497fe
version bump
2015-09-04 10:39:14 +02:00
crowning-
5783d5b446
Sanitize mnbudget prepare|submit names and URLs
2015-09-04 05:44:02 +02:00
UdjinM6
8d1609f0a5
translations 20150902
2015-09-03 00:32:34 +03:00
Evan Duffield
386a39d00e
fixed compile err
2015-09-02 09:53:53 -07:00
Evan Duffield
eebb03eb13
reduce memory usage
2015-09-02 05:20:06 -07:00
Evan Duffield
25894972c1
reduce memory usage
2015-09-02 05:13:32 -07:00
Evan Duffield
aaeda811db
Revert "fix - ds can leak info by number of inputs"
...
This reverts commit f98fe6a208
.
2015-09-02 05:06:22 -07:00
Evan Duffield
277ebbe83d
v52 bump
2015-09-01 20:57:54 -07:00
evan82
7d8fb85c13
Merge pull request #564 from UdjinM6/v0.12.1.x_fix_ds_leak_inputs
...
V0.12.1.x DS can (potentially) leak info by number of inputs
2015-09-01 20:53:56 -07:00
evan82
b4d3de4e72
Merge pull request #573 from UdjinM6/v0.12.1.x_fix_sync
...
V0.12.1.x Fixes for sync:
2015-09-01 20:53:42 -07:00
evan82
982226a5b3
Merge pull request #584 from crowning-/patch-1
...
Added "Name" to 'mnbudget show' output for easier JSON-parsing
2015-09-01 20:53:28 -07:00
evan82
39c2e40b64
Merge pull request #589 from crowning-/v0.12.1.x
...
UI: button to toggle lock-state for all inputs in coin-control dialog
2015-09-01 20:53:09 -07:00
evan82
d0c1931c49
Merge pull request #590 from UdjinM6/fix_upnp_hotmn
...
Fix: local hot MN can't start if upnp is on
2015-09-01 20:52:51 -07:00
evan82
b3d0f8056e
Merge pull request #594 from UdjinM6/fix_conflicted_dstx
...
Fix: dstx stuck sometimes
2015-09-01 20:52:23 -07:00
evan82
33f1d035cd
Merge pull request #592 from UdjinM6/more_for_missing
...
Rpc changes for missing masternodes:
2015-09-01 20:52:11 -07:00
UdjinM6
be14946ba8
fix dstx: they were conflicted
because of priority
2015-09-01 07:10:24 +03:00
crowning-
5a8b613a72
UI: button to toggle lock-state (reload CSS fix)
2015-08-31 08:26:20 +02:00
UdjinM6
dcf020a886
Rpc changes for missing masternodes:
...
- show MN status in `masternode list-conf`, display MISSING if MN was not found in mn list
- do not allow to run `start-missing` and `start-disabled` until mn list is synced
2015-08-31 07:20:38 +03:00
UdjinM6
ef9b90aa09
inv messages vectors should not be pushed directly
2015-08-31 07:05:10 +03:00
UdjinM6
ce6e5cf8b0
fix bug where hot mn can't start if upnp is on
2015-08-31 05:30:03 +03:00
crowning-
aeb9a7d5ea
UI: button to toggle lock-state for all inputs in coin-control dialog
2015-08-30 23:40:04 +02:00
Holger Schinzel
2c14877c6e
Merge branch 'master' into v0.12.1.x
...
Conflicts:
configure.ac
src/clientversion.h
2015-08-30 09:26:40 +02:00