-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a way to allow non-root auth in recording mode. (#1059)
### What Provide a way to allow non-root auth in recording mode. This is intentionally done via a separate helper with lengthy name and not a `mock_all_auths` argument - this is intended to be an option for a few 'exotic' contracts that do non-atomic bundling and majority of the users shouldn't ever need that. Resolves #1058 ### Why Recording auth now doesn't allow non-root `require_auth` by default in order to prevent the potential user footguns. This PR brings back the old behavior where non-root auth is allowed. ### Known limitations N/A Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
- Loading branch information
Showing
3 changed files
with
101 additions
and
4 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