Keep testnet Seal defaults on legacy key servers#186
Merged
Conversation
ducnmm
approved these changes
May 22, 2026
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.
Title
Keep default Seal testnet config on legacy Mysten independent key servers
Summary
This keeps the relayer/sidecar default Seal testnet configuration on the original Mysten independent key server pair instead of switching the default to Mysten’s committee aggregator.
The committee aggregator is still documented and supported through
SEAL_SERVER_CONFIGS, but it is no longer the built-in default. This avoids breaking decryptability for existing memories encrypted with the previous testnet key server objects.Changes
0x73d05d62c18d9374e3ea529e8e0ed6161da1a141a94d3f76ae3fe4e99356db750xf5d14a81a982144ae441cd7d64b09027f116a468bd36e7eca494f750591623c8SEAL_SERVER_CONFIGSoverride:0xb012378c9f3799fb5b1a7083da74a4069e3c3f1c93de0b27212a5799ce1e1e98https://seal-aggregator-testnet.mystenlabs.comTest Plan
npm test --prefix services/server/scriptsgit diff --checkNotes
This intentionally does not make the committee aggregator the default yet because changing the key server object used for new encryption can make older encrypted memories fail to decrypt unless deployments explicitly keep the old key servers or migrate/re-encrypt data first.
Addresses MEM-49.