get_cip_history
ActiveTool of io.github.UnityNodes/canton-ccpedia
Get the status-transition timeline of a single Canton Improvement Proposal (CIP) — each dated from->to change (e.g. Draft->Review->Final). Use for 'how/when did CIP-X move through governance' questions. Returns history only, not the proposal body (get_cip) or vote tallies (get_cip_votes). Canton ecosystem only — not Cardano or other 'CIP' schemes.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "CIP ID: \"0001\", \"CIP-0042\", or \"PR-0117\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries