Skip to content

Commit

Permalink
Merge branch 'main' into remove_historical_adapter_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Dec 19, 2023
2 parents c3745e3 + 3c5168d commit 01e702e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed

- `ccf::historical::adapter_v2` is removed, replaced by `ccf::historical::adapter_v3` first introduced in 2.0.0.
- `ccf::EnclaveAttestationProvider` has been removed. It is replaced by `ccf::AttestationProvider`

## [5.0.0-dev10]

Expand Down
3 changes: 0 additions & 3 deletions include/ccf/node/quote.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@ namespace ccf
const std::vector<uint8_t>& expected_node_public_key_der,
pal::PlatformAttestationMeasurement& measurement);
};

using EnclaveAttestationProvider CCF_DEPRECATED("Will be removed in 4.x") =
AttestationProvider;
}

0 comments on commit 01e702e

Please sign in to comment.