From 7f1df82c2e8e6e1152b3281972cd41e82fc35207 Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:52:30 +0200 Subject: [PATCH 1/3] Update slither.yml --- .github/workflows/slither.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) From 18d6364891c4ac84a1fccc58a0f6269811f7fb74 Mon Sep 17 00:00:00 2001 From: Voronor <129545215+voronor@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:07:31 +0300 Subject: [PATCH 2/3] docs: fix incorrect Etherscan address link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 586a969..9f1e176 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Our DAO implementation can be found in the [`automata_pccs`](./src/automata_pccs | | Unichain Sepolia | [0xd74e880029cd3B6b434f16beA5F53A06989458Ee](https://sepolia.uniscan.xyz/address/0xd74e880029cd3B6b434f16beA5F53A06989458Ee) | | `AutomataFmspcTcbDao.sol` | Automata Testnet | [0xd3A3f34E8615065704cCb5c304C0cEd41bB81483](https://explorer-testnet.ata.network/address/0xd3A3f34E8615065704cCb5c304C0cEd41bB81483) | | | Ethereum Sepolia | [0x63eF330eAaadA189861144FCbc9176dae41A5BAf](https://sepolia.etherscan.io/address/0x63eF330eAaadA189861144FCbc9176dae41A5BAf) | -| | Ethereum Holesky | [0x63eF330eAaadA189861144FCbc9176dae41A5BAf](https://holesky.etherscan.io/address/0x63eF330eAaadA189861144FCbc9176dae41A5BAf6) | +| | Ethereum Holesky | [0x63eF330eAaadA189861144FCbc9176dae41A5BAf](https://holesky.etherscan.io/address/0x63eF330eAaadA189861144FCbc9176dae41A5BAf) | | | Base Sepolia | [0xd3A3f34E8615065704cCb5c304C0cEd41bB81483](https://sepolia.basescan.org/address/0xd3A3f34E8615065704cCb5c304C0cEd41bB81483) | | | OP Sepolia | [0xd3A3f34E8615065704cCb5c304C0cEd41bB81483](https://sepolia-optimism.etherscan.io/address/0xd3A3f34E8615065704cCb5c304C0cEd41bB81483) | | | Arbitrum Sepolia | [0xd3A3f34E8615065704cCb5c304C0cEd41bB81483](https://sepolia.arbiscan.io/address/0xd3A3f34E8615065704cCb5c304C0cEd41bB81483) | @@ -285,4 +285,4 @@ To see all available commands, run: ```bash make help -``` \ No newline at end of file +``` From 9a6bb1b08e537ec53c4dc78188361574647a1b45 Mon Sep 17 00:00:00 2001 From: oooLowNeoNooo Date: Wed, 17 Sep 2025 16:50:47 +0200 Subject: [PATCH 3/3] Update AutomataDAOStorage.md --- docs/AutomataDAOStorage.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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`)