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

Add gRPC/cli for incentivized packets on a certain channel #970

Closed
2 of 5 tasks
colin-axner opened this issue Feb 22, 2022 · 1 comment · Fixed by #1230
Closed
2 of 5 tasks

Add gRPC/cli for incentivized packets on a certain channel #970

colin-axner opened this issue Feb 22, 2022 · 1 comment · Fixed by #1230
Assignees
Labels

Comments

@colin-axner
Copy link
Contributor

colin-axner commented Feb 22, 2022

Summary

ref #871

Add

to query for incentivized packet for a specific port/channelID.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@crodriguezvega
Copy link
Contributor

We need still to do the CLI.

@crodriguezvega crodriguezvega reopened this Apr 4, 2022
@seantking seantking self-assigned this Apr 6, 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/btcd@v0.22.0-beta/chaincfg/chainhash)
	github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 (/home/dferrer/go/pkg/mod/github.com/btcsuite/btcd/chaincfg/chainhash@v1.0.1)
```

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 <gupadhyaya@Ganeshas-MacBook-Pro-2.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants