V0.14.1 spork updates (#143)

* Content - Update list of sporks
 - Move 5 and 12 to removed list

* RPC - Update spork output
This commit is contained in:
thephez 2019-08-08 13:03:32 -04:00 committed by GitHub
parent d1db8ba12d
commit 80e4cce47e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 16 deletions

View file

@ -44,7 +44,7 @@ To display the status of sporks, use the `show` or `active` syntax.
{% enditemplate %}
*Example from Dash Core 0.14.0*
*Example from Dash Core 0.14.1*
{% highlight bash %}
dash-cli -testnet spork show
@ -55,16 +55,13 @@ Result:
{
"SPORK_2_INSTANTSEND_ENABLED": 0,
"SPORK_3_INSTANTSEND_BLOCK_FILTERING": 0,
"SPORK_5_INSTANTSEND_MAX_VALUE": 3000,
"SPORK_6_NEW_SIGS": 0,
"SPORK_6_NEW_SIGS": 4000000000,
"SPORK_9_SUPERBLOCKS_ENABLED": 0,
"SPORK_12_RECONSIDER_BLOCKS": 0,
"SPORK_15_DETERMINISTIC_MNS_ENABLED": 7300,
"SPORK_15_DETERMINISTIC_MNS_ENABLED": 1047200,
"SPORK_16_INSTANTSEND_AUTOLOCKS": 0,
"SPORK_17_QUORUM_DKG_ENABLED": 0,
"SPORK_18_QUORUM_DEBUG_ENABLED": 4070908800,
"SPORK_19_CHAINLOCKS_ENABLED": 4070908800,
"SPORK_20_INSTANTSEND_LLMQ_BASED": 4070908800
"SPORK_19_CHAINLOCKS_ENABLED": 0,
"SPORK_20_INSTANTSEND_LLMQ_BASED": 0
}
{% endhighlight %}
@ -96,16 +93,13 @@ Result:
{
"SPORK_2_INSTANTSEND_ENABLED": true,
"SPORK_3_INSTANTSEND_BLOCK_FILTERING": true,
"SPORK_5_INSTANTSEND_MAX_VALUE": true,
"SPORK_6_NEW_SIGS": true,
"SPORK_6_NEW_SIGS": false,
"SPORK_9_SUPERBLOCKS_ENABLED": true,
"SPORK_12_RECONSIDER_BLOCKS": true,
"SPORK_15_DETERMINISTIC_MNS_ENABLED": true,
"SPORK_16_INSTANTSEND_AUTOLOCKS": true,
"SPORK_17_QUORUM_DKG_ENABLED": true,
"SPORK_18_QUORUM_DEBUG_ENABLED": false,
"SPORK_19_CHAINLOCKS_ENABLED": false,
"SPORK_20_INSTANTSEND_LLMQ_BASED": false
"SPORK_19_CHAINLOCKS_ENABLED": true,
"SPORK_20_INSTANTSEND_LLMQ_BASED": true
}
{% endhighlight %}