feat: add RedPallas custodial MPC dkg changes for shielded zec - #9577
Merged
Conversation
Contributor
kisslove-dewangan
marked this pull request as ready for review
August 27, 2026 03:53
kisslove-dewangan
requested review from
davidkaplanbitgo and
rishikeshdadam136
August 27, 2026 03:53
veetragjain
approved these changes
Aug 27, 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.
Ticket: WCI-1477
This pull request adds support for the RedPallas MPCv2 algorithm, which is used for Zcash Orchard shielded pool DKG ceremonies, and updates the SDK to handle RedPallas-specific GPG public keys throughout the codebase. It also updates the
@bitgo/public-typesdependency to version 6.63.0 across several packages.RedPallas MPCv2 Support
Type and Key Management Enhancements:
'redpallas'as a validMPCAlgorithmand updated all relevant type signatures and usages to support it. [1] [2] [3]redpallasMpcv2) inbitgoPubKeys.tsand related functions, including key retrieval, validation, and selection logic. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]BaseTssUtilsto handle RedPallas keys, including fallback and feature flag logic. [1] [2] [3]Dependency Updates
Bump
@bitgo/public-typesVersion:@bitgo/public-typesdependency from 6.58.0 to 6.63.0 in multiplepackage.jsonfiles to ensure compatibility with new RedPallas types and key management. [1] [2] [3] [4] [5] [6] [7]These changes are foundational for supporting RedPallas-based DKG ceremonies and ensure that the SDK can manage and select the correct GPG public keys for all supported MPC algorithms.