Skip to content

Commit

Permalink
Update the Aragon SDK docs by commit e8e3b6d
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas authored and arabot-1 committed Nov 30, 2023
1 parent c297b1c commit bed4a96
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 bed4a96

Please sign in to comment.