Skip to content
New issue

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

Relayer CLIs for client update message #277

Closed
4 tasks
adizere opened this issue Sep 30, 2020 · 1 comment · Fixed by #355
Closed
4 tasks

Relayer CLIs for client update message #277

adizere opened this issue Sep 30, 2020 · 1 comment · Fixed by #355
Assignees
Labels
I: CLI Internal: related to the relayer's CLI
Milestone

Comments

@adizere
Copy link
Member

adizere commented Sep 30, 2020

Summary

Implement the command:

  • relayer tx raw update-client <to-chain-B> <chain-A> <client-id-A> -h <A-height>
    • updates the client of chain-A with id client-id-A installed on chain to-chain-B with the header/consensus state at height A-height
      - Note: if -h is not specified, or 0, the latest header from local light client for chain-A should be used
    • detailed:
      - sends request to local relayer light client for chain-A to retrieve header header_A for A-height or latest
      - sends a MsgUpdateClient to chain-B with:
    client_id = client-id-A,
    header=header_A,
    signer: get_account(chain-B),

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere added this to the v0.0.5 milestone Sep 30, 2020
@adizere adizere added the I: CLI Internal: related to the relayer's CLI label Oct 2, 2020
@ancazamfir ancazamfir self-assigned this Oct 5, 2020
@ancazamfir
Copy link
Collaborator

A few dependencies for this one: #47 (almost done), #336 and informalsystems/tendermint-rs#634
Moving to v0.0.6

@ancazamfir ancazamfir modified the milestones: v0.0.5, v0.0.6 Oct 21, 2020
@ebuchman ebuchman modified the milestones: v0.0.6, v0.0.5 Oct 28, 2020
@adizere adizere mentioned this issue Nov 9, 2020
42 tasks
@adizere adizere modified the milestones: v0.0.6, v0.0.5 Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: CLI Internal: related to the relayer's CLI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants