chore: rewrite capability to not use sdk.Context #8906
Annotations
17 errors and 1 warning
build (amd64)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware (wrong type for method GetAppVersion)
|
build (amd64)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler (wrong type for method UnmarshalPacketData)
|
build (amd64)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule (wrong type for method OnChanUpgradeAck)
|
build (amd64)
Process completed with exit code 1.
|
build (arm)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware (wrong type for method GetAppVersion)
|
build (arm)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler (wrong type for method UnmarshalPacketData)
|
build (arm)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule (wrong type for method OnChanUpgradeAck)
|
build (arm)
Process completed with exit code 1.
|
build (arm64)
The job was canceled because "arm" failed.
|
build (arm64)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware (wrong type for method GetAppVersion)
|
build (arm64)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler (wrong type for method UnmarshalPacketData)
|
build (arm64)
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule (wrong type for method OnChanUpgradeAck)
|
build (arm64)
The operation was canceled.
|
tests
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".Middleware (wrong type for method GetAppVersion)
|
tests
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".PacketDataUnmarshaler (wrong type for method UnmarshalPacketData)
|
tests
cannot use (*IBCMiddleware)(nil) (value of type *IBCMiddleware) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule value in variable declaration: *IBCMiddleware does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".UpgradableModule (wrong type for method OnChanUpgradeAck)
|
tests
Process completed with exit code 1.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-go/ibc-go. Supported file pattern: go.sum
|