-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime/src/consensus/tendermint/verifier: Modify trust root storage key
The Tendermint verifier now stores the trusted root under a key derived from the enclave's identity and the runtime version. Relying solely on the identity is not sufficient, as on non-SGX platforms, the identity is set to the default value, causing new runtimes in the upgrade tests to use trusted roots from the previous versions, which may not even be compatible.
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
Empty file.
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