-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up and small refactors to the access module (#1221)
* refactor access module * improve comment for initializable * remove tests that check caller is not the zero address * Update packages/access/src/accesscontrol/accesscontrol.cairo Co-authored-by: Eric Nordelo <[email protected]> * Update packages/access/src/ownable/ownable.cairo Co-authored-by: Eric Nordelo <[email protected]> * check owner is not zero on initializer and improve comments * Update packages/access/src/accesscontrol/accesscontrol.cairo Co-authored-by: Eric Nordelo <[email protected]> * Update packages/access/src/ownable/ownable.cairo Co-authored-by: Eric Nordelo <[email protected]> * remove caller zero address tests from presets * update docs * update changelog * remove tuple syntax from test * Update docs/modules/ROOT/pages/api/access.adoc Co-authored-by: Andrew Fleming <[email protected]> * update changelog --------- Co-authored-by: Eric Nordelo <[email protected]> Co-authored-by: Andrew Fleming <[email protected]>
- Loading branch information
1 parent
6962bbe
commit f502aeb
Showing
15 changed files
with
85 additions
and
249 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
Oops, something went wrong.