Skip to content

Commit

Permalink
Update OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
aldur committed Oct 14, 2024
1 parent e415848 commit ad16188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/rpc/api/core-node/get-info.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"stacks_tip": "b1807a2d3f7f8c7922f7c1d60d7c34145ade05d789640dc7dc9ec1021e07bb54",
"stacks_tip_consensus_hash": "17f76e597bab45646956f38dd39573085d72cbc0",
"unanchored_tip": "0000000000000000000000000000000000000000000000000000000000000000",
"tenure_height": 523,
"exit_at_block_height": null,
"is_fully_synced": false
}
5 changes: 5 additions & 0 deletions docs/rpc/api/core-node/get-info.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"stacks_tip",
"stacks_tip_consensus_hash",
"unanchored_tip",
"tenure_height",
"exit_at_block_height",
"is_fully_synced"
],
Expand Down Expand Up @@ -69,6 +70,10 @@
"type": "string",
"description": "the latest microblock hash if any microblocks were processed. if no microblock has been processed for the current block, a 000.., hex array is returned"
},
"tenure_height": {
"type": "integer",
"description": "the latest Stacks tenure height"
},
"exit_at_block_height": {
"type": "integer",
"description": "the block height at which the testnet network will be reset. not applicable for mainnet"
Expand Down

0 comments on commit ad16188

Please sign in to comment.