Skip to content

Commit 834f308

Browse files
Merge pull request #43 from oooLowNeoNooo/ram
docs: added TOC to docs/AutomataDAOStorage.md
1 parent 670647f commit 834f308

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/slither.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
commit_url: ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.event.pull_request.head.sha }}/
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- name: Run Slither
2525
uses: crytic/[email protected]
@@ -44,4 +44,4 @@ jobs:
4444
# const script = require('.github/scripts/slither-comment')
4545
# const header = '# Slither report'
4646
# const body = process.env.REPORT
47-
# await script({ github, context, header, body })
47+
# await script({ github, context, header, body })

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ To see all available commands, run:
125125

126126
```bash
127127
make help
128-
```
128+
```

docs/AutomataDAOStorage.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Automata PCCS DAO and Collateral Storage Management
22

3+
## Table of Contents
4+
5+
- [Overview](#overview)
6+
- [Global Constants](#global-constants)
7+
- [AutomataEnclaveIdentityDAO](#automataenclaveidentitydao)
8+
- [AutomataFmspcTcbDAO](#automatafmspctcbdao)
9+
- [AutomataPckDAO](#automatapckdao)
10+
- [AutomataPcsDAO](#automatapcsdao)
11+
312
## Overview
413

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

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

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

0 commit comments

Comments
 (0)