-
Notifications
You must be signed in to change notification settings - Fork 615
feat!: public logs #11091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat!: public logs #11091
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ffd0a67
feat: wip - unencrypted logs as bytes -> public logs as fields
MirandaWood 5f15c05
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood a53810f
fix: wonky merge
MirandaWood 15857b4
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood d389447
chore: reenable test and make tag elt[1]
MirandaWood 60520fa
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood fbf1b23
chore: post merge constants regen, fix nr merge
MirandaWood 722f4f7
feat: public logs per call, tentatively change some avm log code, upd…
MirandaWood 252131e
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood d856345
feat: renaming, use fields in partial logs and public payloads
MirandaWood 552e55d
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood ae2b253
chore: fmt after merge
MirandaWood a75d480
feat: cleanup ciphertext conversion, docs
MirandaWood 8bc2ca7
feat: add more lengths to partial logs for strict decoding
MirandaWood effe443
chore: renaming, add todos, update fixture
MirandaWood 73abfff
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood ae1157a
chore: update docs, comment
MirandaWood 1fcc421
feat: tx extracts public logs from avm inputs
MirandaWood 5f90576
chore: add/rem comments
MirandaWood 69e42cd
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood 444765d
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood 70d47f4
feat: address some comments
MirandaWood fc6301f
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood d9de8c3
chore: post merge fixture + fmt
MirandaWood 91a4254
feat: check public log contract address in pxe
MirandaWood 26b9643
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood d93a918
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood f90dcce
docs: inc migration notes
MirandaWood 70c09fa
Merge remote-tracking branch 'origin/master' into mw/public-logs
MirandaWood c8a4ac7
feat: getEncrypted -> getPrivate, getUnencrypted -> getPublic, small …
MirandaWood 46ab90b
feat: check len of tagged log, test, remove unnec. check
MirandaWood 59c8a03
docs: update migration notes
MirandaWood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add the changes for
getPublicEventsandgetPrivateEventshere?