This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
New LXLY contract calls #91
ci.yml
on: pull_request
Build
/
Execution
25s
Linter Analysis
/
Execution
19s
E2E Tests
/
Execution
17s
SonarCloud Scan
/
Execution
Annotations
20 errors and 2 warnings
E2E Tests / Execution
Process completed with exit code 2.
|
Linter Analysis / Execution:
config/config.go#L50
undefined: cli (typecheck)
|
Linter Analysis / Execution:
cmd/main.go#L37
undefined: cli (typecheck)
|
Linter Analysis / Execution:
cmd/main.go#L66
undefined: cli (typecheck)
|
Linter Analysis / Execution:
etherman/etherman_test.go#L73
cannot use common.HexToAddress("0x0000000000000000000000000000000000000000") (value of type common.Address) as uint32 value in argument to ethman.GetSequencerAddr (typecheck)
|
Linter Analysis / Execution:
etherman/etherman_test.go#L99
cannot use common.HexToAddress("0x0000000000000000000000000000000000000000") (value of type common.Address) as uint32 value in argument to ethman.GetSequencerAddr (typecheck)
|
Linter Analysis / Execution:
etherman/etherman_test.go#L123
not enough arguments in call to ethman.BuildTrustedVerifyBatchesTxData
|
Linter Analysis / Execution:
interop/executor_test.go#L61
unknown field L1Contract in struct literal of type tx.Tx (typecheck)
|
Linter Analysis / Execution:
interop/executor_test.go#L75
unknown field L1Contract in struct literal of type tx.Tx (typecheck)
|
Linter Analysis / Execution:
interop/executor_test.go#L96
unknown field L1Contract in struct literal of type tx.Tx (typecheck)
|
Linter Analysis / Execution:
interop/executor_test.go#L223
signedTx.Tx.L1Contract undefined (type tx.Tx has no field or method L1Contract) (typecheck)
|
Build / Execution
missing go.sum entry for module providing package github.com/0xPolygonHermez/zkevm-data-streamer/datastreamer (imported by github.com/0xPolygonHermez/zkevm-node/state); to add:
|
Build / Execution
missing go.sum entry for module providing package google.golang.org/grpc (imported by github.com/0xPolygonHermez/zkevm-node/test/operations); to add:
|
Build / Execution
missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by github.com/0xPolygonHermez/zkevm-node/state); to add:
|
Build / Execution
missing go.sum entry for module providing package google.golang.org/grpc/credentials/insecure (imported by github.com/0xPolygonHermez/zkevm-node/test/operations); to add:
|
Build / Execution
missing go.sum entry for module providing package google.golang.org/grpc/status (imported by github.com/0xPolygonHermez/zkevm-node/state); to add:
|
Build / Execution
missing go.sum entry for module providing package github.com/google/uuid (imported by github.com/ethereum/go-ethereum/accounts/keystore); to add:
|
Build / Execution:
config/config.go#L18
missing go.sum entry for module providing package github.com/urfave/cli/v2 (imported by github.com/0xPolygon/beethoven/cmd); to add:
|
Build / Execution
missing go.sum entry for module providing package google.golang.org/grpc/health/grpc_health_v1 (imported by github.com/0xPolygonHermez/zkevm-node/test/operations); to add:
|
Build / Execution
Process completed with exit code 2.
|
Linter Analysis / Execution
Restore cache failed: Dependencies file is not found in /home/runner/work/beethoven/beethoven. Supported file pattern: go.sum
|
Build / Execution
Restore cache failed: Dependencies file is not found in /home/runner/work/beethoven/beethoven. Supported file pattern: go.sum
|