Problem: dependency contains personal fork #584
build.yml
on: pull_request
cleanup-runs
4s
build
2m 32s
Annotations
10 errors and 2 warnings
build
cannot use (*MemDB)(nil) (value of type *MemDB) as "cosmossdk.io/store/types".GKVStore[[]byte] value in variable declaration: *MemDB does not implement "cosmossdk.io/store/types".GKVStore[[]byte] (missing method CacheWrapWithTrace)
|
build
cannot use (*ObjMemDB)(nil) (value of type *ObjMemDB) as "cosmossdk.io/store/types".GKVStore[any] value in variable declaration: *ObjMemDB does not implement "cosmossdk.io/store/types".GKVStore[any] (missing method CacheWrapWithTrace)
|
build
in call to cachekv.NewGStore, type *GMemDB[V] of db does not match "cosmossdk.io/store/types".GKVStore[V] (cannot infer V)
|
build
cannot use NewObjMemDB() (value of type *ObjMemDB) as "cosmossdk.io/store/types".Store value in assignment: *ObjMemDB does not implement "cosmossdk.io/store/types".Store (missing method CacheWrapWithTrace)
|
build
cannot use NewMemDB() (value of type *MemDB) as "cosmossdk.io/store/types".Store value in assignment: *MemDB does not implement "cosmossdk.io/store/types".Store (missing method CacheWrapWithTrace)
|
build
cannot use (*GMVMemoryView[[]byte])(nil) (value of type *GMVMemoryView[[]byte]) as "cosmossdk.io/store/types".GKVStore[[]byte] value in variable declaration: *GMVMemoryView[[]byte] does not implement "cosmossdk.io/store/types".GKVStore[[]byte] (missing method CacheWrapWithTrace)
|
build
cannot use (*GMVMemoryView[any])(nil) (value of type *GMVMemoryView[any]) as "cosmossdk.io/store/types".GKVStore[any] value in variable declaration: *GMVMemoryView[any] does not implement "cosmossdk.io/store/types".GKVStore[any] (missing method CacheWrapWithTrace)
|
build
cannot use (*GMVMemoryView[[]byte])(nil) (value of type *GMVMemoryView[[]byte]) as MVView value in variable declaration: *GMVMemoryView[[]byte] does not implement MVView (missing method CacheWrapWithTrace)
|
build
cannot use (*GMVMemoryView[any])(nil) (value of type *GMVMemoryView[any]) as MVView value in variable declaration: *GMVMemoryView[any] does not implement MVView (missing method CacheWrapWithTrace)
|
build
in call to cachekv.NewGStore, type *GMVMemoryView[V] of s does not match "cosmossdk.io/store/types".GKVStore[V] (cannot infer V)
|
cleanup-runs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|