-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove SharedImmutable (#10183)
Working on AztecProtocol/aztec-packages#10164 made me realize that this state variable is now useless: it is the exact same as `PublicImmutable` except it also has getters for private execution contexts. I deleted it entirely in favor of `PublicImmutable`, which should be less surprising for a library user. After all, reading publicly known immutable values during private execution is fine. I updated the docs and tests accordingly, mostly keeping the shared immut versions as those were more complete.
- Loading branch information
Showing
4 changed files
with
26 additions
and
84 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 was deleted.
Oops, something went wrong.