forked from starkware-libs/blockifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sozo][auth]: revoke logic added (starkware-libs#1712)
* [sozo][auth]: revoke logic added * test added for auth revoke * fix: remove world reader as argument WorldContractReader can be initialized from the inside of the ops. Hence, we avoid passing it as an argument and it is initialized inside the ops function. tests added for the auth revoke * test added for auth revoke * fix: refacto testing functions * fix: add missing spaces --------- Co-authored-by: glihm <[email protected]>
- Loading branch information
Showing
9 changed files
with
351 additions
and
78 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
Oops, something went wrong.