-
Notifications
You must be signed in to change notification settings - Fork 624
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
Add gRPC/cli for incentivized packets on a certain channel #970
Comments
9 tasks
We need still to do the CLI. |
This was referenced Apr 6, 2022
Repository owner
moved this from In review
to Done
in ibc-go
Apr 8, 2022
CosmosCar
pushed a commit
to caelus-labs/ibc-go
that referenced
this issue
Nov 6, 2023
Ever since some recent commits, attempting to run `go mod tidy` on Rollkit would results in the following error: ``` github.com/rollkit/rollkit/block imports github.com/cometbft/cometbft/abci/types imports github.com/cometbft/cometbft/crypto/secp256k1 imports github.com/btcsuite/btcd/btcec/v2/ecdsa tested by github.com/btcsuite/btcd/btcec/v2/ecdsa.test imports github.com/btcsuite/btcd/chaincfg/chainhash: ambiguous import: found package github.com/btcsuite/btcd/chaincfg/chainhash in multiple modules: github.com/btcsuite/btcd v0.22.0-beta (/home/dferrer/go/pkg/mod/github.com/btcsuite/[email protected]/chaincfg/chainhash) github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 (/home/dferrer/go/pkg/mod/github.com/btcsuite/btcd/chaincfg/[email protected]) ``` This PR fixes the ambiguous import issue by upgrading github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 => v1.0.2 --------- Co-authored-by: Ganesha Upadhyaya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
ref #871
Add
to query for incentivized packet for a specific port/channelID.
For Admin Use
The text was updated successfully, but these errors were encountered: