-
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.
Add quote guards to
ServerInfo
related extrinsics (#1123)
* Add quote guard to `change_endpoint` extrinsic * Add quote guard to `change_threshold_accounts` extrinsic * Bump metadata * RustFmt * Get `entropy-client` test for `change_endpoint` working * Get `change_threshold_account` test compiling Doesn't work yet though, but this is at least a good checkpoint * Add way to `request_attestation` from client * Almost have `change_threshold_account` test working Faling to verify the PCK though... * TaploFmt * Be a bit more descriptive with the TSS public key variable * Make `update_threshold_account()` use updated PCK It looks like if the TSS Account ID and X25519 public keys are changing then we're probably on different hardware so the PCK will also change. This also gets the client test for the extrisnic passing. * Clean up `change_threshold_account()` test * Clean up the `request_attestation` client method a bit * Get `entropy-test-cli` compiling again * Remove unnecessary `.clone()` * Update `test-cli` for new extrinsic arguments * Get staking tests working again * Get Staking benchmarks compiling * Get `change_endpoint` benchmark working * Get `change_threshold_accounts` benchmark working * RustFmt benches * Use better mock endpoint * Switch to requiring a PCK chain instead of a certificate directly This matches what `validate()` does and prevents us from having an invalid PCK become part of `ServerInfo`. * Bump metadata * Update `client` to use PCK certificate chains * Update the `test-cli` to use PCK certificate chains * Undo some formatting changes * Variables mystery amount * Add `CHANGELOG` entry * Revert "Add `CHANGELOG` entry" This reverts commit fe7aadd. * Updated `CHANGELOG` without formatting
- Loading branch information
Showing
12 changed files
with
442 additions
and
63 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.
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
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
Oops, something went wrong.