Pavel Vasin
6708e0fc96
add support for miniupnpc api version 14
...
The value of new arg ttl is set to 2 as it's recommended default.
2016-04-11 12:21:16 +03:00
evan82
c5d719c378
Merge pull request #757 from UdjinM6/changeLogs
...
Change logging for budgets a bit
2016-04-06 12:18:28 -07:00
UdjinM6
4cd7689fe9
more verbose logging for CBudgetManager::NewBlock and CBudgetManager::CheckAndRemove
2016-04-06 21:52:58 +03:00
UdjinM6
3771036fa5
move some messages to mnbudget debug category
2016-04-06 21:22:42 +03:00
TheLazieR Yip
431f729b96
Update .travis.yml
...
to use travis's container based with public cache directories
- sudo is false
- Use addons to install apt packages
- Add WINE to run test for win32 with wine command.
Closes #745
2016-03-20 11:37:22 +01:00
UdjinM6
c0b39be398
backport #737
...
Closes #739
2016-03-16 13:48:30 +01:00
UdjinM6
6cfe5bfe2b
Backporting fixes for CMasternodeMan::CheckAndRemove
and smartfee (+test)
...
Closes #738
2016-03-16 12:52:47 +01:00
UdjinM6
fbd43191b2
Fix bug that prevented new blocks to update tip during mixing
...
Closes #706
2016-03-02 12:51:01 +01:00
crowning-
387e6c6b65
Fix syntax error in key parser
...
Closes #691
2016-02-01 10:18:04 +01:00
Holger Schinzel
5ac4261655
bumping to v57 for next dev iteration
2016-02-01 10:16:41 +01:00
Holger Schinzel
c50dd51e48
Merge pull request #688 from dashpay/fix_tests_0_12_0
...
backport fix of testsuite to 0.12.0.x
2016-01-30 18:23:56 +01:00
Holger Schinzel
08e8264a80
backport fix of testsuite to 0.12.0.x
2016-01-30 16:42:13 +01:00
Holger Schinzel
7154cdf51b
Merge pull request #675 from dashpay/v0.12.0.x
...
Release of 0.12.0.56
2016-01-23 11:00:30 +01:00
Holger Schinzel
274145f1a7
checkpoint
2016-01-22 13:42:22 +01:00
crowning-
1e59cf0ceb
Transaction View: LastMonth calculation fixed
2016-01-16 13:58:33 +01:00
Holger Schinzel
073d1326ba
Merge pull request #673 from dashpay/schinzelh-patch-1
...
typo in translation config
2016-01-16 12:07:39 +01:00
Holger Schinzel
a2c143f44e
typo in translation config
2016-01-16 12:06:09 +01:00
Holger Schinzel
86d4672936
travis: for travis generating an extra build
...
see bfadae3374
2016-01-12 12:01:45 +01: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
evan82
91781c25be
Merge pull request #630 from UdjinM6/fix629
...
fix N5boost10filesystem16filesystem_errorE on freebsd
2015-10-02 16:34:41 -07: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
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
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
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
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
9710b50a43
change threadSafe (i.e. cs_main lock usage) for Dash rpc commands
...
Closes #604
2015-09-12 07:49:13 +02: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
Holger Schinzel
9aab0eb237
Merge branch 'master' into v0.12.0.x
2015-09-07 11:01:03 +02:00
Holger Schinzel
22deeb7f95
Merge pull request #601 from dashpay/fix_release-notes
...
changed status of release notes from draft to released
2015-09-07 10:58:03 +02:00
Holger Schinzel
d9d1a79626
changed status of release notes from draft to released
2015-09-07 10:55:24 +02:00
Holger Schinzel
2c539391cd
version bump v54
2015-09-04 21:18:16 +02:00