Philip Kaufmann
92684bb872
[Qt] minor optimisations in peertablemodel
...
- remove an unneeded include of net.h in peertablemodel.cpp
- add const after size() in PeerTablePriv
- remove 2x unneeded else in functions
- replace a (int) typecast by (QVariant) to use Qt style
- remove unneeded include of peertablemodel.h from rpcconsole.cpp
2015-08-10 14:11:25 +02:00
UdjinM6
0f428872b5
Merge pull request #502 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x fix bug with dsee/dseep proto check
2015-08-10 13:34:09 +03:00
UdjinM6
81d96a2b52
fix bug with dsee/dseep proto check
2015-08-10 13:21:58 +03:00
evan82
4659a77bdc
Merge pull request #498 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x do not add/update v12 MNs from dsee/dseep
2015-08-09 17:48:25 -07:00
UdjinM6
6b8c6b5c1a
allow mnb to be checked again if issue is (possibly) on our side
2015-08-10 03:38:00 +03:00
UdjinM6
4c3f04b834
do not add/update v12 MNs from dsee/dseep
2015-08-10 02:47:35 +03:00
UdjinM6
4046900499
Use single random denom in new DS session
2015-08-10 02:28:43 +03:00
evan82
7d00729177
Merge pull request #497 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x fix bugs in v12 dsee/dseep
2015-08-09 15:46:04 -07:00
Evan Duffield
fc5be7e363
version bump
2015-08-09 15:44:10 -07:00
UdjinM6
e599928ed3
fix bugs in v12 dsee/dseep
2015-08-10 01:32:09 +03:00
Evan Duffield
1d54f4127b
disable superblock spork
2015-08-09 10:49:14 -07:00
evan82
d54d64d5d0
Merge pull request #496 from UdjinM6/v0.12.0.x_locks_fixes
...
V0.12.0.x locks fixes
2015-08-09 07:48:57 -07:00
evan82
d6ab60b332
Merge pull request #495 from UdjinM6/v0.12.0.x_default_spork_off
...
V0.12.0.x bump time for sporks 8-10 to be off by default
2015-08-09 07:48:29 -07:00
evan82
fd3f505bd9
Merge pull request #494 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x support old masternodes (dsee/dseep)
2015-08-09 07:47:39 -07:00
UdjinM6
5bd997f255
more dsee/dseep for migration:
...
- inject our node in old masrternodes' list / ping accordingly
- ignore dsee/dseep after SPORK_10_MASTERNODE_PAY_UPDATED_NODES is activated
2015-08-09 16:17:19 +03:00
UdjinM6
ba37415328
support old masternodes
2015-08-09 04:07:58 +03:00
UdjinM6
b743112d57
bump time for sporks 8-10 to be off by default
2015-08-09 03:27:38 +03:00
UdjinM6
84264b0327
millisleep 10->50 on trylock+wait
2015-08-09 00:48:09 +03:00
UdjinM6
17a2587bf1
more trylock+wait: rpc, GetHeight
2015-08-09 00:46:42 +03:00
Evan Duffield
e8ba7328f0
Clear seen on boot and everyday
2015-08-08 13:56:12 -07:00
Evan Duffield
7d51866b9d
more debugging for incr sync
2015-08-08 13:24:47 -07:00
Evan Duffield
8e5c8d13d0
fix rpccommand fin budget getvotes
2015-08-08 13:10:38 -07:00
Evan Duffield
80495361f3
incremental sync with our peers
2015-08-08 13:04:25 -07:00
Evan Duffield
91bd9c7cf0
fValid for mnfinalbudget
2015-08-08 12:35:28 -07:00
Evan Duffield
2f63f98e50
Add sync mode for budget processing
2015-08-08 12:29:31 -07:00
Evan Duffield
9151acdd92
Merge branch 'v0.12.0.x' of https://github.com/dashpay/dash into v0.12.0.x
2015-08-08 11:31:42 -07:00
Evan Duffield
ed9e287ce8
changed block cycle
2015-08-08 11:31:23 -07:00
evan82
b67d049fb8
Merge pull request #491 from UdjinM6/v0.12.0.x_locks_fixes
...
(WIP) V0.12.0.x Locks fixes
2015-08-08 11:11:37 -07:00
evan82
d5f70626c9
Merge pull request #493 from UdjinM6/v0.12.0.x_mnconf_comments
...
V0.12.0.x recognize comments in masternode.conf / write initial file
2015-08-08 11:10:47 -07:00
evan82
2f479e45db
Merge pull request #492 from UdjinM6/v0.12.0.x_mncheck
...
V0.12.0.x set a cooldown for MN check
2015-08-08 11:10:38 -07:00
Evan Duffield
bed645ff9e
version bump
2015-08-08 11:09:00 -07:00
Evan Duffield
25750983b0
change superblocks to every 600 blocks
2015-08-08 11:08:00 -07:00
Evan Duffield
dde2b2667a
add getvotes for fin bual budget
2015-08-08 10:36:01 -07:00
UdjinM6
e4677275a2
limit scope of cs_wallet in PrepareDarksendDenominate
2015-08-08 20:11:20 +03:00
Matt Corallo
d04285430d
SQUASH "Implement watchonly support in fundrawtransaction"
2015-08-08 09:30:53 -07:00
Matt Corallo
428a898acd
SQUASH "Add have-pubkey distinction to ISMINE flags"
2015-08-08 09:30:53 -07:00
Daniel Kraft
69c3bde448
Add some const declarations where they are appropriate.
...
Declare some arguments of functions as "const" pointers where they are
not meant to be modified.
2015-08-08 18:18:41 +02:00
UdjinM6
47b16bab5f
recognize comments in masternode.conf / write initial file
2015-08-08 13:49:55 +03:00
UdjinM6
c1aa277286
set a cooldown for MN check
2015-08-08 13:36:30 +03:00
UdjinM6
ec3848c5dd
Locks fixes:
...
- trylock for updateDarksendProgress, checkBalanceChanged, "block"
- trylock+wait for UnlockCoins, SendDarksendDenominate, ProcessNewBlock, ActivateBestChain
- move trylock in DoAutomaticDenominating lower
2015-08-08 10:34:41 +03:00
Evan Duffield
b8e7b84916
extra debugging
2015-08-07 16:53:07 -07:00
Evan Duffield
03236899d1
add fbvote debugging / wallet lock
2015-08-07 15:47:23 -07:00
Evan Duffield
528d2a562e
fix log entries
2015-08-07 14:45:08 -07:00
Evan Duffield
33d5b7e746
fix autocheck bug
2015-08-07 13:39:08 -07:00
Cory Fields
9493803f4a
Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock""
...
This reverts commit a4fe57da62
.
The issue here should be fixed by the previous commit.
2015-08-07 16:18:16 -04:00
Cory Fields
605433ffb5
locks: don't lock cs_wallet before making rpc calls
2015-08-07 16:17:57 -04:00
Evan Duffield
e0ecfbd00b
allow logging for fbvote
2015-08-07 13:00:27 -07:00
Evan Duffield
572ebf4502
prinf -> logprintf
2015-08-07 11:33:50 -07:00
Evan Duffield
f28e12f23d
more debugging for autocheck
2015-08-07 09:54:02 -07:00
Evan Duffield
73e6cc4449
Compare string version of CScript instead
2015-08-07 09:32:35 -07:00