Skip to content

test: add crosschain and observer operations #8049

test: add crosschain and observer operations

test: add crosschain and observer operations #8049

Triggered via pull request December 11, 2024 21:50
Status Failure
Total duration 4m 54s
Artifacts

sast-linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: testutil/sample/observer.go#L13
"github.com/stretchr/testify/require" imported and not used (typecheck)
lint: x/crosschain/simulation/operation_add_inbound_tracker.go#L12
could not import github.com/zeta-chain/node/testutil/sample (-: # github.com/zeta-chain/node/testutil/sample
lint: testutil/sample/observer.go#L13
"github.com/stretchr/testify/require" imported and not used) (typecheck)
lint: x/crosschain/simulation/operation_abort_stuck_cctx.go#L98
cctx.CctxStatus.Status.IsPendingStatus undefined (type "github.com/zeta-chain/node/x/crosschain/types".CctxStatus has no field or method IsPendingStatus) (typecheck)
lint: x/crosschain/simulation/operation_add_inbound_tracker.go#L48
unknown field Proof in struct literal of type "github.com/zeta-chain/node/x/crosschain/types".MsgAddInboundTracker (typecheck)
lint: x/crosschain/simulation/operation_add_inbound_tracker.go#L49
unknown field BlockHash in struct literal of type "github.com/zeta-chain/node/x/crosschain/types".MsgAddInboundTracker (typecheck)
lint: x/crosschain/simulation/operation_add_inbound_tracker.go#L50
unknown field TxIndex in struct literal of type "github.com/zeta-chain/node/x/crosschain/types".MsgAddInboundTracker (typecheck)
lint: x/crosschain/simulation/operation_add_outbound_tracker.go#L120
unknown field Proof in struct literal of type "github.com/zeta-chain/node/x/crosschain/types".MsgAddOutboundTracker (typecheck)
lint: x/crosschain/simulation/operation_add_outbound_tracker.go#L121
unknown field BlockHash in struct literal of type "github.com/zeta-chain/node/x/crosschain/types".MsgAddOutboundTracker (typecheck)
lint: x/crosschain/simulation/operation_add_outbound_tracker.go#L122
unknown field TxIndex in struct literal of type "github.com/zeta-chain/node/x/crosschain/types".MsgAddOutboundTracker (typecheck)