-
Notifications
You must be signed in to change notification settings - Fork 678
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
CLI for Async Packet Incentivization #963
Comments
ref: #871 |
9 tasks
I chose to make recv, ack, and timeout fee arguments. I imagine if you incentivize async you probably only want to add for a specific fee (timeout for example) |
closed by #965 |
Repository owner
moved this from In review
to Done
in ibc-go
Feb 22, 2022
CosmosCar
pushed a commit
to caelus-labs/ibc-go
that referenced
this issue
Nov 6, 2023
## Overview Moving helper functions from the tests into their own file, as part of rollkit/rollkit#954 phase 1 ## Checklist - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords --------- Co-authored-by: Connor O'Hara <connor@switchboard.xyz>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a CLI command that takes in packetID,
recv_fee
,ack_fee
,timeout_fee
as arguments and creates and broadcasts aMsgAsyncPayFee
messageThe text was updated successfully, but these errors were encountered: