get_upcoming_deadlines
ActiveTool of io.github.UnityNodes/canton-ccpedia
Canton operational deadlines coming up: scheduled upgrades, minimum-version raises, topology freezes and Logical Synchronizer Upgrades, per network. Use for "what do I have to do in the next N days" on DevNet, TestNet or MainNet. Events whose network could not be attributed are excluded rather than guessed, because a wrong deadline is worse than a missing one. A subscribable calendar of the same data is at https://ccpedia.xyz/calendar. For a verdict on your specific version use get_upgrade_status; for the full historical schedule use get_sv_schedule. Canton ecosystem only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"days": {
"type": "integer",
"maximum": 180,
"minimum": 1,
"description": "How far ahead to look, in days. Default 30."
},
"environment": {
"type": "string",
"description": "\"MainNet\", \"TestNet\" or \"DevNet\". Omit for all networks."
},
"validator_only": {
"type": "boolean",
"description": "Only events that require a validator operator to act."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries