Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/AutomataDAOStorage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Automata PCCS DAO and Collateral Storage Management

## Table of Contents

- [Overview](#overview)
- [Global Constants](#global-constants)
- [AutomataEnclaveIdentityDAO](#automataenclaveidentitydao)
- [AutomataFmspcTcbDAO](#automatafmspctcbdao)
- [AutomataPckDAO](#automatapckdao)
- [AutomataPcsDAO](#automatapcsdao)

## Overview

`AutomataDaoStorage` serves as the central location for collateral storage. This contract is designed to be immutable and only writable by individual DAOs.
Expand Down Expand Up @@ -122,4 +131,4 @@ Mappings defined:

- keccak256(HASH_ATTESTATION_MAGIC, PCS_KEY) => keccak256 hash of the blob

- keccak256(PCS_KEY, "pcsValidity") => uint256 slot consisting the values (`notValidBefore` and `notValidAfter`)
- keccak256(PCS_KEY, "pcsValidity") => uint256 slot consisting the values (`notValidBefore` and `notValidAfter`)