question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ibc messages to codec

See original GitHub issue

I was trying to use stargate.codec to create IBC client messages, but I couldn’t find the Msg types.

Looking at the generation scripts, I saw that tx.proto and in 2 cases query.proto were not compiles, although they are present in those directories: https://github.com/cosmos/cosmos-sdk/tree/master/proto/ibc/core/client/v1

Please add those generated codecs, so I can try to create messages.

Also, if it is not too much work, a query extension for client and connections would also be useful (although I guess I could do that outside of the package if the protobuf definitions are there?)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
webmaster128commented, Mar 16, 2021

Good, then let’s take the query extrension from the IBC relayer and the codec from #711. Then it can live here, make people happy and evolve over time.

1reaction
webmaster128commented, Mar 16, 2021

Maybe a reasonable strategy would be to bring https://github.com/confio/ts-relayer/blob/main/src/lib/queries/ibc.ts into CosmJS. Then it also makes sense to generate the IBC codes here.

I just wonder about the concept of verified/unverified queries. They seem to be mixed in the implementation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add amino JSON support for IBC messages #8266 - GitHub
I am aware that MsgTransfer only supports ProtoCodec . And while the current test version of Keplr supports MsgTransfer via proto encoding, there...
Read more >
Adding Packet and Acknowledgment Data | Developer Portal
The proto message MsgSendIbcTopRank includes the field timeoutTimestamp , which is added by Ignite CLI when scaffolding an IBC packet.
Read more >
ibc package - github.com/1011sh/cosmos-sdk/x/ibc - Go Packages
Codec ); type BankKeeper; type IBCPacket ... AccAddress; func (msg MsgIBCReceive) Route() string; func (msg MsgIBCReceive) Type() ... TODO add description ...
Read more >
Relayer Setup Docs - HackMD
Configure Relayer & Make IBC transfer: · Step-1: Init relayer config · Step-3: Add above both chains to relayer · Step-4 Export source...
Read more >
IMF for TV: the solution to versioning woes? | Industry Trends
This will offer knowledge on versioning, apps, mastering, codecs, ... with ProRes and MXF to see it that is the right codec,” he...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found