list_governance_votes
ActiveTool of io.github.UnityNodes/canton-ccpedia
List Canton Network on-chain DSO governance vote requests and their outcomes, from the ledger itself. Covers Featured App rights being granted or revoked, Super Validator reward-weight changes, SV offboarding, and AmuletRules/DsoRules config changes. CCPEDIA-unique: no other public source exposes this joined to the CIP corpus. Use for 'what has the DSO decided recently', 'which apps got Featured App status', 'what got rejected'. For one CIP's fate use get_cip_vote_outcome; for one Super Validator's record use list_votes_by_sv. Canton ecosystem only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 200,
"minimum": 1,
"description": "Max rows (default 20)."
},
"action": {
"type": "string",
"description": "Filter by action, e.g. \"SRARC_GrantFeaturedAppRight\", \"SRARC_RevokeFeaturedAppRight\", \"SRARC_UpdateSvRewardWeight\", \"SRARC_OffboardSv\"."
},
"status": {
"type": "string",
"description": "\"open\" for votes still in flight, \"closed\" for decided ones."
},
"outcome": {
"type": "string",
"description": "Filter by outcome: \"VRO_Accepted\", \"VRO_Rejected\", \"VRO_Expired\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries