-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle Provisioning Certification Keys (PCKs) (#1051)
* Add PCK to server info * Add PCK to chainspec * Update chainspec genesis config to include PCKs for all TSSs * Add sp-runtime to wasm deps of entropy-shared * Bump tdx-quote, check PCK signature when verifying quotes * Update benchmarks * When mocking, derive PCK from TSS account id * Get boundedvec from sp-core, not sp-runtime * Ignore BoundedVec type when compiling for wasm with std * Update propagation pallet mock * Update attestation pallet mock * Add helpers for deriving mock pcks * Add actual PCK values to chainspec * Rm unused import * Update registry tests * Update metadata * Comments * Fix client test * Add random secret PCK to attestation pallet benchmark test * Fix attestation benchmark * Fix attestation benchmark again * Update attestation pallet test * Fix attestation pallet mock/bench * Fix entropy-client test * Fix client test * Fix client test * Changelog * Rm unused dependency from staking pallet
- Loading branch information
Showing
26 changed files
with
304 additions
and
95 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.