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

Implement relayer CLI for MsgConnectionOpenInit #206

Closed
1 of 4 tasks
ancazamfir opened this issue Aug 14, 2020 · 0 comments · Fixed by #246
Closed
1 of 4 tasks

Implement relayer CLI for MsgConnectionOpenInit #206

ancazamfir opened this issue Aug 14, 2020 · 0 comments · Fixed by #246
Assignees
Labels
I: CLI Internal: related to the relayer's CLI I: logic Internal: related to the relaying logic
Milestone

Comments

@ancazamfir
Copy link
Collaborator

Summary

Implement relayer CLI for MsgConnectionOpenInit

Problem Definition

Add a new relayer CLI that takes all parameters needed to create a MsgConnectionOpenInit.
Create the MsgConnectionOpenInit structure and serialize with protobuf.
Include this in a transaction and sign it.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ancazamfir ancazamfir added this to the v.0.0.3 milestone Aug 14, 2020
@ancazamfir ancazamfir added I: CLI Internal: related to the relayer's CLI I: logic Internal: related to the relaying logic labels Aug 14, 2020
@andynog andynog self-assigned this Aug 18, 2020
@ancazamfir ancazamfir modified the milestones: v.0.0.3, v0.0.4 Aug 28, 2020
@ebuchman ebuchman mentioned this issue Sep 21, 2020
6 tasks
ancazamfir pushed a commit that referenced this issue Sep 30, 2020
* Initial implementation for the relayer tx command #206

* Adding initial logic to support signing #47

* Adding logic for auth tx

* Implementing initial support to conn open init and tx #206

* Changes:
- Implemented logic for tx raw connection open init
- Logic to build the message only using protobuf types
- Got some signing logic but not validated
- Still needs lots of refactoring and cleaning

* update signing code to use  k256

* Ignore .idea

* Refactoring the ConnOpenInit logic. Disabling the build and sign tx code #246

* Added logic for the conn init tx on relayer

* Finished implementing MsgConnectionOpenInit. No signing implemented #246

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
@adizere adizere mentioned this issue Nov 9, 2020
42 tasks
hu55a1n1 pushed a commit to hu55a1n1/hermes that referenced this issue Sep 13, 2022
* Initial implementation for the relayer tx command informalsystems#206

* Adding initial logic to support signing informalsystems#47

* Adding logic for auth tx

* Implementing initial support to conn open init and tx informalsystems#206

* Changes:
- Implemented logic for tx raw connection open init
- Logic to build the message only using protobuf types
- Got some signing logic but not validated
- Still needs lots of refactoring and cleaning

* update signing code to use  k256

* Ignore .idea

* Refactoring the ConnOpenInit logic. Disabling the build and sign tx code informalsystems#246

* Added logic for the conn init tx on relayer

* Finished implementing MsgConnectionOpenInit. No signing implemented informalsystems#246

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
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 I: logic Internal: related to the relaying logic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants