babylonlabs-io / finality-provider

Other
1 stars 3 forks source link

Make install command cannot working #32

Open gitferry opened 1 month ago

gitferry commented 1 month ago
# github.com/supranational/blst/bindings/go
../../go/pkg/mod/github.com/supranational/blst@v0.3.11/bindings/go/rb_tree.go:130:18: undefined: Message
# github.com/cosmos/relayer/v2/relayer/codecs/injective
../../go/pkg/mod/github.com/cosmos/relayer/v2@v2.5.2/relayer/codecs/injective/ethsecp256k1.go:200:19: undefined: secp256k1.VerifySignature
# github.com/CosmWasm/wasmd/x/wasm/keeper
../../go/pkg/mod/github.com/!cosm!wasm/wasmd@v0.51.0/x/wasm/keeper/test_common.go:386:3: cannot use runtime.NewKVStoreService(keys[types.StoreKey]) (value of type "cosmossdk.io/core/store".KVStoreService) as "cosmossdk.io/store/types".StoreKey value in argument to NewKeeper: "cosmossdk.io/core/store".KVStoreService does not implement "cosmossdk.io/store/types".StoreKey (missing method Name)
../../go/pkg/mod/github.com/!cosm!wasm/wasmd@v0.51.0/x/wasm/keeper/test_common.go:400:3: cannot use availableCapabilities (variable of type []string) as string value in argument to NewKeeper
make: *** [Makefile:46: install] Error 1
liewhite commented 1 month ago

Same...

VictorOsipchuk commented 1 month ago

The same issue...

image