This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
forked from getclave/clave-contracts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [TRST-M-1][M-05]: Require specific deployment salt and initializer selector for account deployment * [M-04] make initial call payable * [M-02] - clean up hook contet when removing hook * [L-05] Use Ownable2Step * [L-04] - Return false instead of reverting for invalid validator address * [L-03] return false from `runValidationHooks` if hook data length is lower than the number of hooks being executed * [L-01] add fallback function * [H-01] increment nonce on executeTransactionFromOutside * [M-03] remove early return and check hookSuccess at the end of validation * [TRST-L-01] Ensure at least one K1 validator and owner are always present * [M-03] remove early return * [L-01] add assertion that fallback is never called from bootloader and inline ignore delegateCall
- Loading branch information
1 parent
5fcc2e5
commit 85970fc
Showing
10 changed files
with
148 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.