refactor(authwit): split into utils/private/public#23214
Draft
dbanks12 wants to merge 2 commits into
Draft
Conversation
7f08022 to
3746717
Compare
This was referenced May 12, 2026
Contributor
Author
This was referenced May 12, 2026
46be8da to
3aa310c
Compare
3aa310c to
2a9f5a2
Compare
caf7ccf to
e07ba01
Compare
2a9f5a2 to
061c06b
Compare
e07ba01 to
d2f6d24
Compare
061c06b to
7324ae0
Compare
7324ae0 to
8e7c296
Compare
8e7c296 to
e04739f
Compare
3702cda to
c291b97
Compare
e04739f to
20bd4d9
Compare
c291b97 to
91cba07
Compare
20bd4d9 to
5ea28bf
Compare
91cba07 to
991fe58
Compare
5ea28bf to
04a5762
Compare
991fe58 to
c312b64
Compare
fa29d0e to
cb2e192
Compare
536846d to
bded191
Compare
e850cb2 to
c2d0a3a
Compare
bded191 to
1e72115
Compare
c2d0a3a to
c911e48
Compare
1e72115 to
948ba98
Compare
c911e48 to
8b8b67a
Compare
30edb2f to
9f8bb05
Compare
8b8b67a to
b6cdaef
Compare
9f8bb05 to
7e52403
Compare
5b38b33 to
eda5371
Compare
04b4114 to
85a4440
Compare
eda5371 to
6668f22
Compare
- schnorr/simulated_schnorr account contracts and uniswap_contract still imported authwit::common::*; rename the path to authwit::utils::* to match the split. - app_subscription_contract: revert the spurious 'use public_checks::utils::privately_check_block_number' (the public_checks crate is no longer a separate crate after #23215 moved the helpers into aztec-nr) back to 'use aztec::public_checks::privately_check_block_number'.
6668f22 to
db129e1
Compare
85a4440 to
ca91f9b
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Splits aztec-nr/aztec/src/authwit/auth.nr into common/private/public submodules. No behavior change.