-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: stricter permission fallback mechanism for
isGranted
(#461)
* refactor: dao signature validation * chore: maintained changelog * test: test default behaviour when no permission is granted * refactor: removed unused ERC1271Mock contract * chore: maintained changelog * chore: maintained changelog * refactor: deprecation of variables and functions * chore: bump protocol version to v1.4.0 * chore: maintained changelog * refactor: use removed instead of depreacted * chore: bump package versions * fix: wrong error name * fix: wrong version number in changelog * test: fixed broken test * revert: do not export flags that are not needed in other files currently * Apply suggestions from code review Co-authored-by: Mathias Scherer <[email protected]> * chore: maintain changelog * refactor: improved confusing and broken tests * docs: minor comment improvement * refactor: rename removed variable * docs: improve comment * test: check for correct value instead non-reverting call * test: move factory creation into beforeEach * test: a specific and a generic condition are granted at the same time * refactor: permission manager refactor: simplifications * style: naming and comments * test: added and refactored tests of isGranted * docs: improve NatSpec * chore: maintained changelog * docs: updated docs * docs: improved condition order explanation * docs: improved natspec * refactor: naming, comments, and bracketing * docs: improved comment * fix: adapt test to the new behaviour * docs: improved comment * docs: apply suggestions from code review Co-authored-by: Mathias Scherer <[email protected]> * typo: removed redundant comment signs --------- Co-authored-by: Mathias Scherer <[email protected]>
- Loading branch information
1 parent
2a10844
commit c359ed0
Showing
9 changed files
with
445 additions
and
99 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
Oops, something went wrong.