Evan Duffield
595e30731a
remove lock from active masternode
2015-08-10 14:48:58 -07:00
Evan Duffield
ea8a3f1aba
checkpoint
2015-08-10 14:12:43 -07:00
Evan Duffield
06fcb7333a
prev block not found - changed to behaving of 0
2015-08-10 12:45:39 -07:00
Evan Duffield
c8b9237af1
Disable banning clients for specific fork violation
2015-08-10 12:00:39 -07:00
Evan Duffield
7ba7eec5b5
Disable masternode and budget cache
...
- It seems these might cause clients to get stuck in rare cases, plus we sync all of this information from the network when the client loads up anyway. I think it's best to disable these features and see if the clients stop getting stuck on random reboots.
2015-08-10 09:53:45 -07:00
evan82
527c47c277
Merge pull request #501 from UdjinM6/v0.12.0.x_mnb_bug
...
V0.12.0.x allow mnb to be checked again if issue is (possibly) on our side
2015-08-10 05:47:03 -07:00
evan82
0297da668b
Merge pull request #500 from UdjinM6/v0.12.0.x_DS_single_random_denom
...
V0.12.0.x Use single random denom in new DS session
2015-08-10 05:46:26 -07: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
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
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