You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A production-ready release of the Automata DCAP Attestation EVM Solidity Smart Contracts.
6
+
7
+
This release only applies to source code located in the `/evm` directory.
8
+
9
+
### What's Changed?
10
+
11
+
- The contract has been fully audited by Trail of Bits.
12
+
[🔗 View the full audit report](https://github.com/trailofbits/publications/blob/master/reviews/2025-02-automata-dcap-attestation-onchain-pccs-securityreview.pdf)
13
+
14
+
- Integrated [RIP-7212](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md) for cheaper secp256r1 ECDSA verification on supported networks.
15
+
16
+
- TEE Type values are encoded and handled in little-endian order.
17
+
18
+
- Intel PCK Certificate Chain must now contain exactly 3 X509 Certificates.
19
+
20
+
- PCCS Router checks the validity window before loading the full collateral data, which prevents wasting gas on loading expired collaterals into memory.
21
+
22
+
- Checks Attestation Timestamp for Quote Verifications with ZK.
23
+
24
+
- Checks `TcbInfo` and `QEIdentity` for Quote Verification with ZK.
25
+
26
+
- Event logs are emitted for all state-changing functions.
27
+
28
+
---
29
+
30
+
[👉 Full Changelog (`v0.1.1...evm-v1.0.0`)](https://github.com/automata-network/automata-dcap-attestation/compare/v0.1.1...evm-v1.0.0)
0 commit comments