Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
commit_url: ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.event.pull_request.head.sha }}/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run Slither
uses: crytic/[email protected]
Expand All @@ -44,4 +44,4 @@ jobs:
# const script = require('.github/scripts/slither-comment')
# const header = '# Slither report'
# const body = process.env.REPORT
# await script({ github, context, header, body })
# await script({ github, context, header, body })
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ To see all available commands, run:

```bash
make help
```
```
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`)