Commit Graph

9940 Commits

Author SHA1 Message Date
TheLazieR Yip
c4042e0fbf Bump boost version to 1.59 2015-12-10 09:57:38 +07: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
evan82
d29309edaf Merge pull request #641 from crowning-/v0.12.1.x
UI: show complete path to wallet.dat on Wallet-Repair tab
2015-10-26 12:22:21 -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-
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
0c0cdb3f2a Merge pull request #628 from crowning-/v0.12.1.x
GUI: Edit masternode.conf from within the wallet
2015-10-02 16:33:55 -07: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
7c288e1dfd Merge branch 'v0.12.0.x' into v0.12.1.x
Conflicts:
	configure.ac
	src/clientversion.h
2015-09-28 18:19:11 +02:00
Holger Schinzel
27a4f5e6b2 bumping to v56 for next dev iteration 2015-09-28 18:16:48 +02:00
Holger Schinzel
c30a0aa592 Merge pull request #627 from dashpay/v0.12.0.x
release v0.12.0.55
2015-09-28 17:49:30 +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
elanaint
2fa3615b35 Update tor nodes
Closes: #622
2015-09-24 15:12:56 +02:00
evan82
a0a2b865e6 Merge pull request #621 from UdjinM6/mnbudgetvoteraw
add mnbudgetvoteraw
2015-09-22 17:52:06 -07:00
UdjinM6
730c29fa47 add mnbudgetvoteraw 2015-09-23 03:15:23 +03:00
Holger Schinzel
046c2383dc Merge pull request #619 from nightlydash/merge_0.12.0.x
Merge 0.12.0.x
2015-09-22 16:50:02 +02: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-
94a6f12d14 UI: theme-dependent icons/images (Win installer fix) 2015-09-17 15:21:04 +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-
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
14154ad88f Merge pull request #614 from UdjinM6/refrpcbudget
Slight budgets/rpc refactor
2015-09-15 16:05:34 -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
evan82
fec3d8b862 Merge pull request #595 from UdjinM6/translations20150902
translations 20150902
2015-09-15 16:01:58 -07:00
evan82
af3e28c337 Merge pull request #616 from UdjinM6/translations_vi
translations: vi to 100%
2015-09-15 16:01:44 -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