@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 7.4.0-nakamoto.3 to 7.4.0-nakamoto.4
@@ -15,4 +15,16 @@ { | ||
"additionalProperties": false, | ||
"required": ["previous_tenure_end", "previous_tenure_blocks", "cause", "pubkey_hash", "signature", "signers"], | ||
"required": ["tenure_consensus_hash", "prev_tenure_consensus_hash", "burn_view_consensus_hash", "previous_tenure_end", "previous_tenure_blocks", "cause", "pubkey_hash", "signature", "signers"], | ||
"properties": { | ||
"tenure_consensus_hash": { | ||
"type": "string", | ||
"description": "Consensus hash of this tenure. Corresponds to the sortition in which the miner of this block was chosen." | ||
}, | ||
"prev_tenure_consensus_hash": { | ||
"type": "string", | ||
"description": "Consensus hash of the previous tenure. Corresponds to the sortition of the previous winning block-commit." | ||
}, | ||
"burn_view_consensus_hash": { | ||
"type": "string", | ||
"description": "Current consensus hash on the underlying burnchain. Corresponds to the last-seen sortition." | ||
}, | ||
"previous_tenure_end": { | ||
@@ -28,3 +40,3 @@ "type": "string", | ||
"type": "string", | ||
"enum": ["block_found", "no_block_found", "null_miner"], | ||
"enum": ["block_found", "extended"], | ||
"description": "Cause of change in mining tenure. Depending on cause, tenure can be ended or extended." | ||
@@ -31,0 +43,0 @@ }, |
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "7.4.0-nakamoto.3", | ||
"version": "7.4.0-nakamoto.4", | ||
"access": "public", | ||
@@ -5,0 +5,0 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
569148
366
13830