Skip to content

[Morse->Shannon Migration] feat: implement Morse account state upload #5822

[Morse->Shannon Migration] feat: implement Morse account state upload

[Morse->Shannon Migration] feat: implement Morse account state upload #5822

Triggered via pull request February 10, 2025 13:41
Status Failure
Total duration 5m 13s
Artifacts

run-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-test: api/poktroll/migration/event.pulsar.go#L680
undefined: file_poktroll_migration_types_proto_init (typecheck)
go-test: x/migration/module/autocli.go#L6
could not import github.com/pokt-network/poktroll/api/poktroll/migration (-: # github.com/pokt-network/poktroll/api/poktroll/migration
go-test: api/poktroll/migration/event.pulsar.go#L680
undefined: file_poktroll_migration_types_proto_init) (typecheck)
go-test: testutil/testmigration/fixtures.go#L58
undefined: migrationtypes.MorseAppState (typecheck)
go-test: app/sim_test.go#L16
"cosmossdk.io/store/types" imported as storetypes and not used (typecheck)
go-test: cmd/poktrolld/cmd/migrate/migrate_test.go#L15
could not import github.com/pokt-network/poktroll/testutil/testmigration (-: # github.com/pokt-network/poktroll/testutil/testmigration
go-test: testutil/testmigration/fixtures.go#L58
undefined: migrationtypes.MorseAppState) (typecheck)
go-test: tests/integration/application/application_transfer_test.go#L45
cannot use new(appTransferTestSuite) (value of type *appTransferTestSuite) as suite.TestingSuite value in argument to suite.Run: *appTransferTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
go-test: tests/integration/application/application_transfer_test.go#L50
s.NewApp undefined (type *appTransferTestSuite has no field or method NewApp) (typecheck)
go-test: tests/integration/application/application_transfer_test.go#L51
s.GetApp undefined (type *appTransferTestSuite has no field or method GetApp) (typecheck)