-
Notifications
You must be signed in to change notification settings - Fork 579
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
base: next
Are you sure you want to change the base?
Conversation
b684211 to
ab356a9
Compare
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
| "@oz/=../../../l1-contracts/lib/openzeppelin-contracts/contracts/", | ||
| "@aztec/=../../../l1-contracts/src/", | ||
| "@openzeppelin/contracts/=../../../l1-contracts/lib/openzeppelin-contracts/contracts/", | ||
| "@aztec-blob-lib/=../../../l1-contracts/src/mock/libraries/" |
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.
this isnt being used in the docs examples contracts, i think we can remove it
| - "@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]?
| data: log.data, | ||
| topics: log.topics, | ||
| }); | ||
| } catch { |
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.
A comment here about why the errors are ignored might be helpful.
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
docs examples was broken originally, this fixes it and adds sol support