Skip to content

Commit 6c80b3b

Browse files
committed
evm-v1.0.0
1 parent cc38468 commit 6c80b3b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

releases/evm-v1.0.0/NOTE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Automata DCAP Attestation (EVM)
2+
3+
## Release Note `evm-v1.0.0`
4+
5+
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

Comments
 (0)