-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(governance): add check for strict Multisig threshold validation (#…
…177) * feat: add check to incorporate strict signatures length validation * test: add test for strict signatures length validation * refactor: update error name for exessive signature provided * refactor: add comment stating operator is optional param * refactor: resolve PR comments * refactor: update comment for redundant signatures check Co-authored-by: Milap Sheth <[email protected]> * refactor: check for redundant signatures Co-authored-by: Milap Sheth <[email protected]> * refactor: comment for proof validation condition Co-authored-by: Milap Sheth <[email protected]> * refactor: update comment for optional parameter operator Co-authored-by: Milap Sheth <[email protected]> * test: add test to deploy gateway without operator * fix: failing operator test * Update contracts/gateway/AxelarAmplifierGateway.sol * refactor: remove address check from transfer operatorship * test: add test to transfer operatorship to address zero * refactor: add comment for transferring operator role to address 0 * refactor: remove unused error --------- Co-authored-by: Milap Sheth <[email protected]>
- Loading branch information
1 parent
ddff2f9
commit 1db893b
Showing
6 changed files
with
32 additions
and
21 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