feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11 #25662
Annotations
7 errors and 1 warning
gotest
cannot use mock (variable of type mockSwingsetKeeper) as SwingsetKeeper value in argument to NewInboundDecorator: mockSwingsetKeeper does not implement SwingsetKeeper (wrong type for method GetState)
|
gotest
cannot use mockSwingsetKeeper{} (value of type mockSwingsetKeeper) as SwingsetKeeper value in variable declaration: mockSwingsetKeeper does not implement SwingsetKeeper (wrong type for method GetState)
|
gotest
cannot use vbankStoreKey (variable of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
|
gotest
assignment mismatch: 1 variable but keeper.GetState returns 2 values
|
gotest
assignment mismatch: 1 variable but keeper.GetState returns 2 values
|
gotest
cannot use vlocalchainStoreKey (variable of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to vlocalchain.NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
|
gotest
Process completed with exit code 1.
|
gotest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|