Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stacks/stacks-blockchain-api-types

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/stacks-blockchain-api-types - npm Package Compare versions

Comparing version 7.5.0 to 7.6.0-nakamoto.1

api/blocks/get-burn-blocks.example.json

4

api/info/get-status.schema.json

@@ -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"

2

entities/mempool-transactions/transaction-status.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc