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 CLI to send transfer packets (ICS-20) for testing purposes.
Problem Definition
Until migration to latest ICS specs and protos (stargate-5/ stargate-6 see cosmos/ibc-proto-rs#12) we have been using the Go relayer CLI. With the changes for on-chain ID allocation it is not possible at this point to use it to test the Rust relayer loop (packet-recv and packet-ack CLIs can be used) . In addition we want more capabilities, e.g. specify the number of packets to be sent, the timeout height or timeout stamp etc.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
relayer-cli and relayer
Summary
Add a CLI to send transfer packets (ICS-20) for testing purposes.
Problem Definition
Until migration to latest ICS specs and protos (stargate-5/ stargate-6 see cosmos/ibc-proto-rs#12) we have been using the Go relayer CLI. With the changes for on-chain ID allocation it is not possible at this point to use it to test the Rust relayer loop (
packet-recv
andpacket-ack
CLIs can be used) . In addition we want more capabilities, e.g. specify the number of packets to be sent, the timeout height or timeout stamp etc.For Admin Use
The text was updated successfully, but these errors were encountered: