substrate-ibc icon indicating copy to clipboard operation
substrate-ibc copied to clipboard

create a tendermint client using cli

Open en opened this issue 3 years ago • 2 comments

We should fix this command https://github.com/octopus-network/ibc-demo/blob/84b196c9a170dc63a14a90b544f6d3876f7e641e/cli/src/main.rs#L54

Use data like this https://github.com/informalsystems/ibc-rs/blob/c78b793d99571df4781cec4c2cfcb18ed68098d1/guide/src/commands/queries/client.md to create a real MsgCreateAnyClient.

Then send the message to a dev node, make sure the data is stored on chain, and emit events accordingly.

en avatar Jul 03 '21 07:07 en

This task will break down into 3 phases:

  • [ ] update ibc-demo with the lastest node-template
  • [x] fix cli (mostly upgrade the subxt)
  • [ ] emit substrate events when the logic in ibc-rs is successfully executed

en avatar Jul 04 '21 05:07 en

This task will break down into 3 phases:

  • [ ] update ibc-demo with the lastest node-template
  • [ ] fix cli (mostly upgrade the subxt)
  • [ ] emit substrate events when the logic in ibc-rs is successfully executed

This is fix cli pr: https://github.com/octopus-network/ibc-demo/pull/6 Rely on: https://github.com/octopus-network/substrate-ibc/pull/28

DaviRain-Su avatar Jul 07 '21 14:07 DaviRain-Su