You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go mod replace github.com/cosmos/cosmos-sdk => github.com/rollkit/cosmos-sdk v0.50.1-rollkit-v0.11.19-no-fraud-proofs
github.com/rollkit/cosmos-sdk uses github.com/rollkit/rollkit, which in turn uses go-libp2p which looks like having the core/crypto/pb/crypto.proto that is not found above.
make install
wasmd start throws the error above
The text was updated successfully, but these errors were encountered:
commenting out https://github.com/CosmWasm/wasmd/blob/main/app/app.go#L902-L904 works fine.
Steps to reproduce:
go mod replace github.com/cosmos/cosmos-sdk => github.com/rollkit/cosmos-sdk v0.50.1-rollkit-v0.11.19-no-fraud-proofs
github.com/rollkit/cosmos-sdk
usesgithub.com/rollkit/rollkit
, which in turn usesgo-libp2p
which looks like having thecore/crypto/pb/crypto.proto
that is not found above.make install
wasmd start
throws the error aboveThe text was updated successfully, but these errors were encountered: