-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Functions support zksync #15991
base: develop
Are you sure you want to change the base?
Functions support zksync #15991
Conversation
This commit adds a safe implementation for the gas bound call implementation for zksync. It also adds a custom Functions router contract for zkSync.
Static analysis results are availableHey @mohamed-mehany, you can view Slither reports in the job summary here or download them as artifact here. |
Quality Gate passedIssues Measures |
AER Report: CI Coreaer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , GolangCI Lint (.) , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , test-scripts , lint , SonarQube Scan 1. TestDeployLinkToken failed:go_core_ccip_deployment_testsSource of Error:
Why: The error indicates that the Suggested fix: Increase the timeout duration for the container startup in the test configuration or optimize the container initialization process to ensure it starts within the given time frame. |
INTAUTO-272
This PR extends the existing Functions contracts to support ZKSync.
Changes
Requires