-
Notifications
You must be signed in to change notification settings - Fork 611
feat!: auto-enqueue public init nullifier for contracts with public functions #20775
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
Changes from 5 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d588e8c
feat!: auto-enqueue public init nullifier for contracts with public f…
nchamo 0e5db75
fix: remove skip flags and fix updatable contract for public init nul…
nchamo ad2b242
fix: remove skip flags from e2e_ha_full and pre-publish class in web3…
nchamo 6a622ce
fix: actually send publishContractClass in web3signer e2e test
nchamo f748e4b
fix: pr review changes
nchamo c2184a6
fix: update comments on test contracts and initialization_utils
nchamo e2d3423
Merge remote-tracking branch 'origin/merge-train/fairies' into feat/p…
nchamo bcc1d63
fix: use onchain instead of on-chain in migration notes
nchamo 7cb5443
refactor: pass InjectedPublicFunction struct to generate_public_dispatch
nchamo 1488a52
fix: address PR comments
nchamo c3bcee1
fix: remove unnecessary mut in dispatch.nr
nchamo e5894af
Apply suggestions from code review
nchamo 528e38f
docs: improve only_self noinitcheck doc comment
nchamo 772302b
test: update private initialization e2e test
nchamo 7e8877d
Merge remote-tracking branch 'origin/merge-train/fairies' into feat/p…
nchamo 5b84fbe
docs: reflow only_self doc comment to 120 char width
nchamo 39f5d57
refactor: inline dispatch logic, extract emit_public_init_nullifier m…
nchamo c389405
docs: fix dispatch comment grammar
nchamo 3535ec3
Apply suggestions from code review
nchamo 20249d5
Merge remote-tracking branch 'origin/merge-train/fairies' into feat/p…
nchamo 8aec344
fix(e2e): use DEFAULT_DA_GAS_LIMIT in e2e_sequencer_config test
nchamo 91cf5c7
fix: address self-review items on PR #20775
nchamo dc54c88
fix: address review comments on PR #20775
nchamo a122c76
fix: reflow doc comment to avoid awkward nargo fmt line break
nchamo 760a963
Merge remote-tracking branch 'origin/merge-train/fairies' into feat/p…
nchamo 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
Some comments aren't visible on the classic Files Changed page.
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
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.