Skip to content

Conversation

@joyqvq
Copy link
Collaborator

@joyqvq joyqvq commented Feb 10, 2026

Description

remove seal_testnet and make it part of seal to prepare for seal pkg upgrade. also added more validations and test files.

Test plan

How did you test the new or updated feature?

// Copyright (c), Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

// Permissionless registration of a key server:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the file to review

committee.check_rotation_consistency(&old_committee);
let old_committee_id = object::id(&old_committee);
let key_server = dof::remove<ID, KeyServer>(&mut old_committee.id, old_committee_id);
key_server.assert_committee_server_v2();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed since its done in key_server.move when updating partial key servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant