We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The codec we configured cannot decode a block, we need help setting up the codec.
unable to resolve type URL /jackaldao.canine.storage.MsgSetProviderIp: tx parse error [cosmos/[email protected]/x/auth/tx/decoder.go:42]
Working branch: Jackal Commit: 16246bc8d85af2a68981eeaeddcc0b061300c587
Direct dependencies & replaces:
Codec configuration: pkg/codec/protobuf_codec.go
Looks like we need to add some interfaceRegistry.RegisterInterface and interfaceRegistry.RegisterImplementations at protobuf_codec.go
interfaceRegistry.RegisterInterface
interfaceRegistry.RegisterImplementations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The codec we configured cannot decode a block, we need help setting up the codec.
unable to resolve type URL /jackaldao.canine.storage.MsgSetProviderIp: tx parse error [cosmos/[email protected]/x/auth/tx/decoder.go:42]
Working branch: Jackal
Commit: 16246bc8d85af2a68981eeaeddcc0b061300c587
Direct dependencies & replaces:
Codec configuration: pkg/codec/protobuf_codec.go
Looks like we need to add some
interfaceRegistry.RegisterInterface
andinterfaceRegistry.RegisterImplementations
at protobuf_codec.goThe text was updated successfully, but these errors were encountered: