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.
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
feat: TXE 2: Electric boogaloo #7154
feat: TXE 2: Electric boogaloo #7154
Changes from all commits
39e88bf
de4dfef
584250d
8c5bdf1
3fbc3ee
58c4c82
84af5e8
aab9959
c94d32e
5d857ae
717a16a
58e7bfa
d543edf
92b9a48
c6fdef6
b29b3a4
6628ab0
460a1d1
069a09a
7edc719
f2820a7
cbe1564
2250b98
45434f9
c180bdb
a34bf85
fdbeaf8
12453ea
fdd5cf1
ff3fa71
ea506ab
562e92e
e037804
21f3178
c543a2c
0d1221a
6083ade
b80f6c7
ca42523
38fb77e
dc373da
85b7dec
84292d0
907e26d
5a92553
8b278a1
cf027a2
5e9486e
bbeaa00
963990a
a68fec7
44d63aa
9f1dbe6
93f32d0
19123bd
35fe257
e41a19c
1ccfe4f
eb48006
cca4e8c
83c16e5
f564d92
083b1f8
2155e79
d214093
0a1c2e1
2d934d3
e711f21
553a904
9a09e2b
e3c5f71
891d331
c6b4675
fcf7823
5dc4c9a
1206b87
05cdb9c
aa8e006
53b2192
f180efd
2c2424d
937f561
04d215a
e76229a
899c65a
bd944d2
9b80629
44366a5
0227efe
625a492
151e312
19e323f
d5f28b4
9c55d33
8095410
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I find some of the cheatcode structure slightly odd, e.g., having it a bit all over the place instead of having a folder just with cheatcodes. Ideally think it would be nice to have it outside of the others, to not pollute 🤷. But it is something I think we could deal with in a separate PR.
Might also just be that I am not thinking about something and we need it this way 👍.
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.
Most of it is in
aztec-nr
, but for authwits it was necessary to do it this way due to circular dependencies:aztec-nr
->auth
->aztec-nr
.We could have a separate crate, but I though it wouldn't be so bad if our packages exported their tests interfaces themselves.