-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snapshot all auths during a test not just last invokes (#1168)
### What Snapshot all auths during a test not just last invokes. ### Why The test snapshot logic is using the authorization manager of the host to get auths that have occurred. However, the authorization manager only has the auths from the last invoke. To get all auths for the Envs lifetime the contract invocation hook needs to be used to tell us when each call to the host finishes so that the auths can be collected as the test executes. Close #1164 ### Merging Intended for merging to `main` after: - #1167
- Loading branch information
1 parent
47105f3
commit 0a58abc
Showing
5 changed files
with
374 additions
and
30 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
Oops, something went wrong.