get_upgrade_status
ActiveTool of io.github.UnityNodes/canton-ccpedia
Upgrade Copilot for a Canton validator: given the Splice version a node runs and its network, report whether it is below the minimum in force, how many releases behind, the next topology freeze and LSU (with UTC time), the minimum .dar package versions, and the breaking changes between the running version and the target. Canton-specific. Use when an operator asks "am I safe to skip this week?", "what breaks if I upgrade?", or "when is my next deadline?".
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"environment"
],
"properties": {
"version": {
"type": "string",
"description": "Splice version the node currently runs, e.g. \"0.6.9\". Omit to get the schedule without a verdict."
},
"environment": {
"enum": [
"DevNet",
"TestNet",
"MainNet"
],
"type": "string",
"description": "Which network the node runs on."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries