Skip to content

refactor(nexus)!: refactor to move coin locking unlocking logic from axelarnet to nexus #7458

refactor(nexus)!: refactor to move coin locking unlocking logic from axelarnet to nexus

refactor(nexus)!: refactor to move coin locking unlocking logic from axelarnet to nexus #7458

Triggered via pull request September 23, 2024 22:31
Status Failure
Total duration 2m 26s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: x/axelarnet/module_test.go#L88
cannot use accountK (variable of type *"github.com/axelarnetwork/axelar-core/x/axelarnet/types/mock".AccountKeeperMock) as "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types".AccountKeeper value in argument to ibctransferkeeper.NewKeeper: *"github.com/axelarnetwork/axelar-core/x/axelarnet/types/mock".AccountKeeperMock does not implement "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types".AccountKeeper (missing method GetModuleAccount)
test: x/axelarnet/keeper/message_route_test.go#L102
too many arguments in call to keeper.NewMessageRoute
test: x/axelarnet/keeper/msg_server_test.go#L51
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L157
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L396
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L604
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L777
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L861
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L988
too many arguments in call to keeper.NewMsgServerImpl
test: x/axelarnet/keeper/msg_server_test.go#L1025
too many arguments in call to keeper.NewMsgServerImpl
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/