mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
d1db8ba12d
commit
80e4cce47e
2 changed files with 10 additions and 16 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue