Test the migration to on-ledger SV right owners - #28
Draft
akonior wants to merge 1 commit into
Draft
Conversation
Add happy-path Daml script tests for DsoRules_MigrateToOnLedgerSvRightOwners, its execute choice, and the expiry of the resulting instruction. The test migrates the four SV node operators of the test network one-to-one into SV right owners of the same name, and checks that the operator reward weights are zeroed and that one SvRightOwner contract exists per operator. Add the SvRewardState, SvRightOwner and OpenMiningRound query helpers to DsoTestUtils, since every choice on SV right owners takes some of them as arguments. [ci] Signed-off-by: Arkadiusz Konior <arkadiusz.konior@intellecteu.com>
akonior
force-pushed
the
sv-weights-poc2-tests
branch
from
August 29, 2026 07:23
23b7d11 to
d126105
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.
Add happy-path Daml script tests for DsoRules_MigrateToOnLedgerSvRightOwners, its execute choice, and the expiry of the resulting instruction. The test migrates the four SV node operators of the test network one-to-one into SV right owners of the same name, and checks that the operator reward weights are zeroed and that one SvRightOwner contract exists per operator.
Add the SvRewardState, SvRightOwner and OpenMiningRound query helpers to DsoTestUtils, since every choice on SV right owners takes some of them as arguments.