Skip to content

remove cross-chain handlers #2363

remove cross-chain handlers

remove cross-chain handlers #2363

Triggered via pull request August 8, 2024 16:09
Status Failure
Total duration 15m 5s
Artifacts

ci.yml

on: pull_request
Matrix: avalanchego_e2e
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
AvalancheGo E2E Tests (ubuntu-20.04)
cannot use &network{} (value of type *network) as Network value in variable declaration: *network does not implement Network (missing method CrossChainAppRequest)
AvalancheGo E2E Tests (ubuntu-20.04)
cannot use &network{} (value of type *network) as "github.com/ava-labs/avalanchego/snow/engine/common".AppHandler value in variable declaration: *network does not implement "github.com/ava-labs/avalanchego/snow/engine/common".AppHandler (missing method CrossChainAppRequest)
AvalancheGo E2E Tests (ubuntu-20.04)
cannot use &network{…} (value of type *network) as Network value in return statement: *network does not implement Network (missing method CrossChainAppRequest)
AvalancheGo E2E Tests (ubuntu-20.04)
Process completed with exit code 1.
AvalancheGo E2E Tests (ubuntu-20.04)
No files were found with the provided path: ~/.tmpnet/networks/1000. No artifacts will be uploaded.
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/