-
Notifications
You must be signed in to change notification settings - Fork 4
Add zksync compilation scripts #3
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
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.
Copilot reviewed 15 out of 19 changed files in this pull request and generated 1 comment.
Files not reviewed (4)
- contracts/.gitignore: Language not supported
- contracts/GNUmakefile: Language not supported
- contracts/scripts/zksync_compile_all: Language not supported
- go.mod: Language not supported
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.
Copilot reviewed 15 out of 19 changed files in this pull request and generated 1 comment.
Files not reviewed (4)
- contracts/.gitignore: Language not supported
- contracts/GNUmakefile: Language not supported
- contracts/scripts/zksync_compile_all: Language not supported
- go.mod: Language not supported
Comments suppressed due to low confidence (1)
gethwrappers/generation/generate/zksync/zksyncwrapper.go:77
- Only replacing two occurrences of 'PlaceholderContractName' may leave additional placeholders (e.g. in NewPlaceholderContractName and related metadata) unreplaced, potentially causing inconsistencies in the generated bindings. Consider using a global replacement or confirming that only two substitutions are needed.
template = strings.Replace(template, "PlaceholderContractName", contractName, 2)
Co-authored-by: Copilot <[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.
Copilot reviewed 15 out of 19 changed files in this pull request and generated 2 comments.
Files not reviewed (4)
- contracts/.gitignore: Language not supported
- contracts/GNUmakefile: Language not supported
- contracts/scripts/zksync_compile_all: Language not supported
- go.mod: Language not supported
This enables using bytcode from other kind of artifacts
9cb11c6
forge --zksync
commandzksync2-go
Follows smartcontractkit/chainlink#17047
Enables smartcontractkit/chainlink-ccip#833