-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: separate bytecode logs from unencrypted logs (#9891)
Adds bytecode logs to a new array: `contractClassLogs`, emitted from private only. This PR: - Adds contract class logs to all public inputs from private and all tx effects - Adds new ts classes for contract class logs (also built from `UnencryptedLog`s, as they have the same structure and logic) - Adds `getContractClassLogs` to pxe, log stores, archiver - Uses these logs to manage contract class registration - Removes unencrypted logs from private (was only used for contract instance events, which are now in encrypted logs) closes #9590
- Loading branch information
1 parent
46e2af6
commit b12d3e4
Showing
101 changed files
with
1,232 additions
and
607 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.