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
@colin-axner colin-axner self-assigned this Feb 22, 2022
@colin-axner colin-axner moved this to Backlog in ibc-go Feb 22, 2022
@crodriguezvega crodriguezvega moved this from Backlog to Todo in ibc-go Feb 22, 2022
@seantking seantking moved this from Todo to In review in ibc-go Feb 24, 2022
@crodriguezvega crodriguezvega moved this from In review to In progress in ibc-go Feb 24, 2022
@crodriguezvega crodriguezvega moved this from In progress to In review in ibc-go Mar 1, 2022
@crodriguezvega crodriguezvega moved this from In review to Done in ibc-go Mar 3, 2022
@crodriguezvega crodriguezvega added this to the Fee Middleware milestone Mar 7, 2022
@crodriguezvega crodriguezvega moved this from Done to Todo in ibc-go Apr 4, 2022
@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
@crodriguezvega crodriguezvega moved this from Todo to In review in ibc-go Apr 7, 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
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants