cip: add SV governance voter authority#210
Open
ericmann wants to merge 9 commits into
Open
Conversation
Signed-off-by: Eric Mann <eric@avrofi.com>
* Update cip-0116.md Signed-off-by: pedrodneves <pedro@canton.foundation> * small changes --------- Signed-off-by: pedrodneves <pedro@canton.foundation> Co-authored-by: Amanda L Martin <hythloda@gmail.com>
Signed-off-by: pedrodneves <pedro@canton.foundation>
* Update cip-0116.md Signed-off-by: pedrodneves <pedro@canton.foundation> * Update README.md Signed-off-by: pedrodneves <pedro@canton.foundation> --------- Signed-off-by: pedrodneves <pedro@canton.foundation>
Signed-off-by: Eric Mann <eric@avrofi.com>
86c13ca to
21fb776
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a Standards Track / Daml CIP specifying an SV governance-voter authority path for non-operational governance votes.
The CIP preserves one-vote-per-SV semantics while separating governance voting from node-operation authority. It defines a DSO-signed
SvGovernanceVoterbinding, confirmation-quorum rotation throughSRARC_RotateGovernanceVoter, optional governance-voter paths on the existingDsoRules_RequestVoteandDsoRules_CastVotechoices, vote attribution fields, stale-binding handling at close, and cleanup for duplicate or orphaned bindings.Per CIP-0000, the author has not self-assigned a number; the editor will assign one on merge.
What this CIP specifies
SvGovernanceVoterbinding for the represented SV's active governance voter.governanceVoter == sv).isGovernanceVoterAction.bindingCid/castByarguments on existing request and cast choices to select the governance-voter path.castBy,castByRole, andbindingCidfields.DsoRules_CloseVoteRequest.What this CIP does not propose
SRARC_OffboardSv; represented-SV voting semantics are preserved.Reference implementation
Reference implementation: canton-network/splice#5533
Relevant artifacts:
daml/splice-dso-governance/daml/Splice/DSO/GovernanceVoter.damldaml/splice-dso-governance/daml/Splice/DsoRules.damldaml/splice-dso-governance-test/daml/Splice/Scripts/TestGovernance.damldocs/src/sv_operator/sv_governance_voter.rstTest plan
splice-dso-governance-test-daml/damlTestpassing on the linked Splice branch.