Content - Remove governance watchdog references

- Related to dashpay/dash#2816
This commit is contained in:
thephez 2019-04-16 14:51:56 -04:00
parent 6dbe5d4a75
commit 911fa2ffe8
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
3 changed files with 6 additions and 7 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 %}

View file

@ -3667,9 +3667,9 @@ contract, or setting. Masternodes ignore this request if they are not fully sync
| 32 | nHashParent | uint256 | Required | Parent object (a hash of all zeros here indicates this is the root object, not a child object).
| 4 | nRevision | int | Required | Object revision in the system
| 8 | nTime | int64_t | Required | Time which this object was created
| 32 | nCollateralHash | uint256 | Required* | Hash of the collateral fee transaction for proposals.<br><br>Set to all zeros for Triggers/Watchdogs.
| 32 | nCollateralHash | uint256 | Required* | Hash of the collateral fee transaction for proposals.<br><br>Set to all zeros for Triggers.
| 0-16384 | strData | string | Required | Data field - can be used for anything (leading varint indicates size of data)
| 4 | nObjectType | int | Required | Type of governance object: <br>`0` - Unknown<br>`1` - Proposal<br>`2` - Trigger<br>`3` - Watchdog
| 4 | nObjectType | int | Required | Type of governance object: <br>`0` - Unknown<br>`1` - Proposal<br>`2` - Trigger
| 36 | masternodeOutPoint | outPoint | Required* | The unspent outpoint of the masternode (holding 1000 DASH) which is signing this object.<br><br>Set to all zeros for proposals since they can be created by non-masternodes.
| 97 | vchSig | char[] | Required* | _ECDSA signature (65 bytes) prior to DIP3 activation_<br><br>BLS Signature of the masternode (Length (1 byte) + Signature (96 bytes))<br><br>Not required for proposals - they will have a length of 0x00 and no Signature.
@ -3680,7 +3680,6 @@ Governance Object Types (defined by src/governance-object.h)
| 0 | `GOVERNANCE_OBJECT_UNKNOWN` |
| 1 | `GOVERNANCE_OBJECT_PROPOSAL` | Submitted proposal (requires collateral transaction - currently 5 Dash)
| 2 | `GOVERNANCE_OBJECT_TRIGGER` | Masternode generated. Removed after activation/execution. Used for superblocks.
| 3 | `GOVERNANCE_OBJECT_WATCHDOG` | Masternode generated. Two hour expiration time.<br><br>DEPRECATED since 12.2.
The following annotated hexdump shows a `govobj` message for a Proposal object.
Notice the presence of a non-zero collateral hash, a masternodeOutPoint that is an

View file

@ -383,7 +383,7 @@ NOT IN DASH
- 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"