Skip to content

Commit

Permalink
Minor edits missed from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 19, 2024
1 parent 8072702 commit 46f9bc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ runtime
- Add TSS endpoint to get TDX quote ([#1173](https://github.com/entropyxyz/entropy-core/pull/1173))
- Add TDX test network chainspec ([#1204](https://github.com/entropyxyz/entropy-core/pull/1204))
- Test CLI command to retrieve quote and change endpoint / TSS account in one command ([#1198](https://github.com/entropyxyz/entropy-core/pull/1198))
- In ([#1209]()) a `production` feature flag was added to `entropy` which if enabled will use
non-mock verification of PCK certificate chains in TDX quotes, meaning TSS servers must be running
on TDX hardware
- On-chain unresponsiveness reporting [(#1215)](https://github.com/entropyxyz/entropy-core/pull/1215)

### Changed
Expand Down
1 change: 0 additions & 1 deletion crates/shared/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ impl<AccountId> AttestationHandler<AccountId> for () {
_quote: Vec<u8>,
_context: QuoteContext,
) -> Result<BoundedVecEncodedVerifyingKey, VerifyQuoteError> {
// Ok(sp_runtime::BoundedVec::new())
Ok(BoundedVecEncodedVerifyingKey::try_from([0; 33].to_vec()).unwrap())
}

Expand Down

0 comments on commit 46f9bc5

Please sign in to comment.