-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Zksync full #17047
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
Closed
Closed
Zksync full #17047
Conversation
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
Usage: ./scripts/zksync_solc_compile shared/token/ERC677 LinkToken
Tested with Link Token
ilanolkies
pushed a commit
to smartcontractkit/chainlink-evm
that referenced
this pull request
Apr 8, 2025
ilanolkies
added a commit
to smartcontractkit/chainlink-evm
that referenced
this pull request
Apr 22, 2025
* Add zksync compilation scripts * Amend variable order * Add docs * Simple generation * Add wrapper See smartcontractkit/chainlink#17047 * Generate necessary contracts * Remove simple tempalte * CI * Remove magic number * Update gethwrappers/generation/generate/zksync/vars.go Co-authored-by: Copilot <[email protected]> * Make forge-zksync phony + detect version as abigen Resolves https://github.com/smartcontractkit/chainlink-evm/pull/3/files#r2032856565 * Detect version * Revert .github/workflows/solidity-wrappers.yml * Comment zksync-wrappers * Remove FOUNDRY_PROJECT_SUFFIX variable usage * Fix FOUNDRY_PROFILE * Remove variable * Use bytecode instead of dir This enables using bytcode from other kind of artifacts * Refactor forge json decode * Update install_forge_zksync --------- Co-authored-by: Copilot <[email protected]>
4 tasks
Contributor
Author
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.
Requires refactor after smartcontractkit/chainlink-evm#3 is merged
This PR is a sum of 3 PRs
develop
|- ZK Sync compilation and wrapping (main generation impl) #16840
|- Generation of all the necessary contracts (code generation) #17007
|- Port all CCIP changesets (+ more generation) #17008
|- Sample usage with Link Token (extra. modification to one changeset) #16990
Contracts were collected from many sources: