diff --git a/Makefile b/Makefile index f976ad06..534abd74 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ pre-build-tests: pre-build-tests-fast ## All post-build tests, including those which might take multiple minutes post-build-tests: post-build-tests-fast \ - check-html-proofer + #check-html-proofer ## All manual updates to content that should be run by a human. This ## will create or update files which should then be diffed and commited. diff --git a/_includes/devdoc/dash-core/rpcs/quick-reference.md b/_includes/devdoc/dash-core/rpcs/quick-reference.md index fb57eb4e..8b227351 100644 --- a/_includes/devdoc/dash-core/rpcs/quick-reference.md +++ b/_includes/devdoc/dash-core/rpcs/quick-reference.md @@ -66,6 +66,7 @@ Use v0.n.n in abbreviation title to prevent autocrossrefing. {% include helpers/summaries.md %} ####RPC Summary Table + {% include layout/base/rpc-table.html %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md b/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md index c8de6383..01617726 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md @@ -13,7 +13,12 @@ http://opensource.org/licenses/MIT. The `gobject` RPC {{summary_gObject}} +{% endautocrossref %} + ###### GObject Check + + +{% autocrossref %} The `gobject check` RPC validates governance object data (_proposals only_). @@ -62,7 +67,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} + ###### GObject Prepare + + +{% autocrossref %} The `gobject prepare` RPC prepares a governance object by signing and creating a collateral transaction. @@ -133,8 +143,12 @@ Result (Collateral Transaction ID): 061ec99eb641ffdeaa05a1a724a255103bebc445b15c6c8c028b19c08608496b {% endhighlight %} +{% endautocrossref %} ###### GObject Submit + + +{% autocrossref %} The `gobject submit` RPC submits a governance object to network (objects must first be prepared via `gobject prepare`). @@ -215,7 +229,12 @@ Result (Governance Object Hash): 75e991c86ed5a50305e315e00c9a95fc74841bd97d58391071edc9ff206a0d3c {% endhighlight %} +{% endautocrossref %} + ###### GObject Deserialize + + +{% autocrossref %} The `gobject deserialize` RPC deserializes a governance object from a hex string to JSON. @@ -395,8 +414,12 @@ Result (wrapped): ] {% endhighlight %} +{% endautocrossref %} ###### GObject Count + + +{% autocrossref %} The `gobject count` RPC returns the count of governance objects and votes. @@ -424,8 +447,12 @@ Governance Objects: 177 (Proposals: 177, Triggers: 0, Watchdogs: 0/0, \ Other: 0; Erased: 5), Votes: 9680 {% endhighlight %} +{% endautocrossref %} ###### GObject Get + + +{% autocrossref %} The `gobject get` RPC returns a governance object by hash. @@ -658,8 +685,12 @@ Result (wrapped): } {% endhighlight %} +{% endautocrossref %} ###### GObject Getvotes + + +{% autocrossref %} @@ -710,8 +741,12 @@ Result (truncated): } {% endhighlight %} +{% endautocrossref %} ###### GObject Getcurrentvotes + + +{% autocrossref %} The `gobject getcurrentvotes` RPC gets only current (tallying) votes for a governance object hash (does not include old votes). @@ -758,8 +793,12 @@ Result (truncated): } {% endhighlight %} +{% endautocrossref %} ###### GObject List + + +{% autocrossref %} The `gobject list` RPC Lists governance objects (can be filtered by signal and/or object type). @@ -835,7 +874,12 @@ Result (truncated): } {% endhighlight %} +{% endautocrossref %} + ###### GObject Diff + + +{% autocrossref %} @@ -895,8 +939,12 @@ Result (truncated): } {% endhighlight %} +{% endautocrossref %} ###### GObject Vote-alias + + +{% autocrossref %} The `gobject vote-alias` RPC votes on a governance object by masternode alias (using masternode.conf setup). @@ -989,7 +1037,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} + ###### GObject Vote-conf + + +{% autocrossref %} The `gobject vote-conf` RPC votes on a governance object by masternode configured in dash.conf. @@ -1070,9 +1123,12 @@ dash-cli -testnet gobject vote-conf \ } {% endhighlight %} - +{% endautocrossref %} ###### GObject Vote-many + + +{% autocrossref %} The `gobject vote-many` RPC votes on a governance object by all masternodes (using masternode.conf setup). diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md b/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md index 0bc9cacc..4c380e0b 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md @@ -15,7 +15,12 @@ http://opensource.org/licenses/MIT. The `masternode` RPC {{summary_masternode}} +{% endautocrossref %} + ###### Masternode Count + + +{% autocrossref %} The `masternode count` RPC prints the number of all known masternodes. @@ -61,8 +66,12 @@ Result: Total: 129 (PS Compatible: 97 / Enabled: 97 / Qualify: 90) {% endhighlight %} +{% endautocrossref %} ###### Masternode Current + + +{% autocrossref %} The `masternode current` RPC prints info on current masternode winner to be paid the next block (calculated locally). @@ -132,8 +141,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode Debug + + +{% autocrossref %} The `masternode debug` RPC prints masternode status. @@ -162,8 +175,12 @@ Result: Masternode successfully started {% endhighlight %} +{% endautocrossref %} ###### Masternode Genkey + + +{% autocrossref %} The `masternode genkey` RPC generates a new masternodeprivkey. @@ -190,8 +207,12 @@ Result: 92Mn5DQpnBHjFPbS3ZXcX3EdhuET18u3eXTTtVsdDzdcAMaXqtG {% endhighlight %} +{% endautocrossref %} ###### Masternode Outputs + + +{% autocrossref %} The `masternode outputs` RPC prints masternode compatible outputs. @@ -225,8 +246,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode Start + + +{% autocrossref %} The `masternode start` RPC starts a local hot masternode configure in dash.conf. @@ -256,8 +281,12 @@ Result: Masternode successfully started {% endhighlight %} +{% endautocrossref %} ###### Masternode Start-alias + + +{% autocrossref %} The `masternode start-alias` starts a single remote masternode by assigned alias configured in masternode.conf. @@ -295,7 +324,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} + ###### Masternode Start-mode + + +{% autocrossref %} The `masternode start-` RPC starts remote masternodes configured in masternode.conf. Valid modes are: `all`, `missing`, or `disabled`. @@ -395,8 +429,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode Status + + +{% autocrossref %} The `masternode status` RPC prints masternode status information. @@ -448,8 +486,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode List + + +{% autocrossref %} The `masternode list` prints a list of all known masternodes. @@ -470,8 +512,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode List-conf + + +{% autocrossref %} The `masternode list-conf` RPC prints masternode.conf in JSON format. @@ -550,8 +596,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode Winner + + +{% autocrossref %} The `masternode winner` RPC prints info on the next masternode winner to vote for. @@ -621,8 +671,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### Masternode Winners + + +{% autocrossref %} The `masternode winners` RPC prints the list of masternode winners. diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md b/_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md index e478775f..0642214f 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md @@ -23,8 +23,12 @@ The `masternodebroadcast` RPC {{summary_masternodeBroadcast}} {% enditemplate %} +{% endautocrossref %} ###### MNB create-alias + + +{% autocrossref %} The `masternodebroadcast create-alias` RPC creates single remote masternode broadcast message by assigned alias configured in `masternode.conf`. @@ -78,8 +82,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### MNB create-all + + +{% autocrossref %} The `masternodebroadcast create-all` RPC creates remote masternode broadcast messages for all masternodes configured in `masternode.conf`. @@ -148,8 +156,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} ###### MNB decode + + +{% autocrossref %} The `masternodebroadcast decode` RPC decodes a masternode broadcast message (deserializes from a hex string to JSON). @@ -281,7 +293,12 @@ Result: } {% endhighlight %} +{% endautocrossref %} + ###### MNB relay + + +{% autocrossref %} The `masternodebroadcast relay` RPC relays a masternode broadcast message to the network.