diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index afb65cf..09443ad 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -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/slither-action@v0.4.0 @@ -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 }) \ No newline at end of file + # await script({ github, context, header, body }) diff --git a/README.md b/README.md index 9bf8156..baced98 100644 --- a/README.md +++ b/README.md @@ -125,4 +125,4 @@ To see all available commands, run: ```bash make help -``` \ No newline at end of file +``` diff --git a/docs/AutomataDAOStorage.md b/docs/AutomataDAOStorage.md index cfe8bd7..a788b94 100644 --- a/docs/AutomataDAOStorage.md +++ b/docs/AutomataDAOStorage.md @@ -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. @@ -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`) \ No newline at end of file +- keccak256(PCS_KEY, "pcsValidity") => uint256 slot consisting the values (`notValidBefore` and `notValidAfter`)