@stacks/stacks-blockchain-api-types
Advanced tools
Comparing version 7.5.0 to 7.6.0-nakamoto.1
@@ -26,2 +26,6 @@ { | ||
}, | ||
"pox_v3_unlock_height": { | ||
"type": "integer", | ||
"nullable": true | ||
}, | ||
"chain_tip": { | ||
@@ -28,0 +32,0 @@ "$ref": "../../entities/info/chain-tip.schema.json" |
@@ -5,3 +5,3 @@ { | ||
"type": "string", | ||
"enum": ["pending", "dropped_replace_by_fee", "dropped_replace_across_fork", "dropped_too_expensive", "dropped_stale_garbage_collect"] | ||
"enum": ["pending", "dropped_replace_by_fee", "dropped_replace_across_fork", "dropped_too_expensive", "dropped_stale_garbage_collect", "dropped_problematic"] | ||
} |
@@ -20,4 +20,7 @@ { | ||
"$ref": "./transaction-4-coinbase.schema.json" | ||
}, | ||
{ | ||
"$ref": "./transaction-7-tenure-change.schema.json" | ||
} | ||
] | ||
} |
@@ -25,2 +25,7 @@ { | ||
"description": "A principal that will receive the miner rewards for this coinbase transaction. Can be either a standard principal or contract principal. Only specified for `coinbase-to-alt-recipient` transaction types, otherwise null." | ||
}, | ||
"vrf_proof": { | ||
"type": "string", | ||
"nullable": true, | ||
"description": "Hex encoded 80-byte VRF proof" | ||
} | ||
@@ -27,0 +32,0 @@ } |
@@ -19,4 +19,7 @@ { | ||
"$ref": "./transaction-4-coinbase-metadata.schema.json" | ||
}, | ||
{ | ||
"$ref": "./transaction-7-tenure-change-metadata.schema.json" | ||
} | ||
] | ||
} |
@@ -5,3 +5,3 @@ { | ||
"type": "string", | ||
"enum": ["token_transfer", "smart_contract", "contract_call", "poison_microblock", "coinbase"] | ||
"enum": ["token_transfer", "smart_contract", "contract_call", "poison_microblock", "coinbase", "tenure_change"] | ||
} |
@@ -20,4 +20,7 @@ { | ||
"$ref": "./transaction-4-coinbase.schema.json" | ||
}, | ||
{ | ||
"$ref": "./transaction-7-tenure-change.schema.json" | ||
} | ||
] | ||
} |
{ | ||
"name": "@stacks/stacks-blockchain-api-types", | ||
"version": "7.5.0", | ||
"version": "7.6.0-nakamoto.1", | ||
"access": "public", | ||
@@ -41,3 +41,3 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities", | ||
"@types/json-schema-merge-allof": "0.6.0", | ||
"@types/node": "16.18.3", | ||
"@types/node": "^18.13.0", | ||
"ajv": "6.12.6", | ||
@@ -60,6 +60,6 @@ "any-json": "^3.1.0", | ||
"speccy": "0.11.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.2.4", | ||
"ts-node": "^10.8.2", | ||
"typescript": "^4.7.4", | ||
"yaml-lint": "1.2.4" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
553518
358
13600
2