Skip to content

Commit

Permalink
Merge pull request #142 from aragon/patch/aragon-sdk-docs
Browse files Browse the repository at this point in the history
Update the Aragon SDK docs
  • Loading branch information
heueristik authored Jan 9, 2024
2 parents c297b1c + bed4a96 commit 5053a64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sdk/03-update-security-check/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Accordingly, proposals must be checked thoroughly, especially when it comes to D

All proposals scheduled in the DAO are checked via their proposal ID. A proposal is identified as an update proposals if it contains

- one call to
- either [`upgradeTo(address newImplementation)`][oz-upgradeto]
- or [`upgradeToAndCall(address newImplementation, bytes memory data)`][oz-upgradetoandcall]
- one call to either
- [`upgradeTo(address newImplementation)`][oz-upgradeto]
OR
- [`upgradeToAndCall(address newImplementation, bytes memory data)`][oz-upgradetoandcall]
- one or more calls to [`applyUpdate(address _dao, ApplyUpdateParams _params)`][applyupdate]

If a proposal is identified as an update proposal, we conduct general and specific checks on it.
Expand Down

0 comments on commit 5053a64

Please sign in to comment.