Open gupadhyaya opened 9 months ago
we also met w the same issue and we are commenting out the code as a tmp fix as well
protoFiles, err := proto.MergedRegistry()
// if err != nil {
// panic(err)
// }
but we want to know:
the code was originally added from the upstream PR https://github.com/cosmos/cosmos-sdk/pull/13793
so we should probably ask there
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 above