-
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
CCIP gethwrappers with zkstack support #15477
base: develop
Are you sure you want to change the base?
Conversation
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Flakeguard Deployment Project , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakey Test Detection , SonarQube Scan 1. Missing go.sum entry for module[go_core_race_tests] Build binary 2024-12-08T06:14:36.3772585Z Source of Error:../../../go/pkg/mod/github.com/graph-gophers/dataloader@v5.0.0+incompatible/trace.go:6:2: missing go.sum entry for module providing package github.com/opentracing/opentracing-go (imported by github.com/graph-gophers/dataloader); to add:
go get github.com/graph-gophers/dataloader@v5.0.0+incompatible Why: The error occurs because the Suggested fix: Run [go_core_tests_integration] Build binary 2024-12-08T06:14:30.1346896Z Source of Error:../../../go/pkg/mod/github.com/graph-gophers/dataloader@v5.0.0+incompatible/trace.go:6:2: missing go.sum entry for module providing package github.com/opentracing/opentracing-go (imported by github.com/graph-gophers/dataloader); to add:
go get github.com/graph-gophers/dataloader@v5.0.0+incompatible Why: The error occurs because the Suggested fix: Run [go_core_ccip_deployment_tests] Build binary 2024-12-08T06:14:39.6402913Z Source of Error:../../../go/pkg/mod/github.com/graph-gophers/dataloader@v5.0.0+incompatible/trace.go:6:2: missing go.sum entry for module providing package github.com/opentracing/opentracing-go (imported by github.com/graph-gophers/dataloader); to add:
go get github.com/graph-gophers/dataloader@v5.0.0+incompatible Why: The error occurs because the Suggested fix: Run [Golang Lint] Golang Lint 2024-12-08T06:14:59.4925330Z Source of Error:../../../go/pkg/mod/github.com/graph-gophers/dataloader@v5.0.0+incompatible/trace.go:6:2: missing go.sum entry for module providing package github.com/opentracing/opentracing-go (imported by github.com/graph-gophers/dataloader); to add:
go get github.com/graph-gophers/dataloader@v5.0.0+incompatible Why: The error occurs because the Suggested fix: Run 2. Missing file or directory[make generate] make generate 2024-12-08T06:19:52.4140871Z Source of Error:Error while improving abigen output: open ../../../contracts/zksolc/v1.5.6/ARMProxy/ARMProxy.sol/ARMProxy.zbin: no such file or directory Why: The error occurs because the specified file Suggested fix: Ensure that the file path is correct and that the file exists in the specified directory. If the file is missing, add it to the directory. 3. No such file or directory[Golang Lint] Golang Lint 2024-12-08T06:14:59.5095704Z Source of Error:cat: ./golangci-lint-report.xml: No such file or directory Why: The error occurs because the file Suggested fix: Ensure that the file AER Report: Operator UI CI ran successfully ✅ |
…nk into zksync-wrappers
if
conditions to every deploy method we have across the different toolsInstead of doing this
We will now do this, where we add a
zksync wallet
into thecontext.value
of theTransactOps
If the above is done, we can simply do the below for deploying to both ethereum and zkstack chains (no special logic for zkstack)
TODO:
abigen.go
constantsWETH9.sol compilation breaks
Requires
Supports