V0.14.0 Guide updates (#120)

* Guide - PrivateSend updates
 - Variable paticipant count
 - Link updates

* Guide - MN sync reorg
 - Move all content regarding old mn sync system to a subsection

* Guide - Governance sync update
 - Related to dashpay/dash#2124

* Content - Remove governance watchdog references
 - Related to dashpay/dash#2816

* Content - Governance sync update

* Content - Update Dash Core version and protocol number

* Formatting fix

* Content - Disclaimer and roadmap link

* Content - Update Sentinel info to indicate deprecation of sentinelping

* Formatting fix
This commit is contained in:
thephez 2019-04-17 15:24:31 -04:00
parent 2cd30414e7
commit 0d26ece007
4 changed files with 138 additions and 111 deletions

View file

@ -604,7 +604,7 @@ The `gobject get` RPC returns a governance object by hash.
- n: "→<br>`ObjectType`"
t: "number"
p: "Required<br>(exactly 1)"
d: "Object types:<br>`1` - Unknown<br>`2` - Proposal<br>`3` - Trigger<br>`4` - Watchdog"
d: "Object types:<br>`1` - Unknown<br>`2` - Proposal<br>`3` - Trigger"
- n: "→<br>`CreationTime`"
t: "number"
@ -880,7 +880,7 @@ The `gobject list` RPC Lists governance objects (can be filtered by signal and/o
- n: "`type`"
t: "string (hex)"
p: "Optional<br>(exactly 1)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br> `watchdogs`<br> `all` (_DEFAULT_)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br>`all` (_DEFAULT_)"
{% enditemplate %}
@ -963,7 +963,7 @@ The `gobject diff` RPC Lists governance objects differences since last diff.
- n: "`type`"
t: "string (hex)"
p: "Optional<br>(exactly 1)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br> `watchdogs`<br> `all` (_DEFAULT_)"
d: "Type of governance object signal: <br>`proposals`<br>`triggers`<br>`all` (_DEFAULT_)"
{% enditemplate %}