-
Notifications
You must be signed in to change notification settings - Fork 581
feat: add sol support and fix docs examples #19285
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
Conversation
ab356a9 to
cb909bb
Compare
critesjosh
left a comment
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.
looks good, thanks for cleaning this up! approved with some minor comments
| - "@aztec/stdlib" | ||
| - "@aztec/foundation" | ||
| - "@aztec/ethereum" | ||
| - "npm:viem@npm:@aztec/[email protected]" |
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.
is this formatted correctly? or should it just be npm:@aztec/[email protected]?
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.
It is, it was using the alias, but I have refactored this a bit to not have to alias
critesjosh
left a comment
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.
looks good, thanks for cleaning this up! approved with some minor comments
ba9694b to
69ac132
Compare
Flakey Tests🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
69ac132 to
eca1a03
Compare
docs examples was broken originally, this fixes it and adds sol support
eca1a03 to
042b6b3
Compare
docs examples was broken originally, this fixes it and adds sol support