You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
* 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>
* 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>
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
The text was updated successfully, but these errors were encountered: