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

server/v2/comebft queries for the paths "app", "store", "p2p", "custom" are not yet implemented #20494

Closed
Tracked by #20439
kocubinski opened this issue May 30, 2024 · 0 comments · Fixed by #20774
Closed
Tracked by #20439
Assignees
Labels
C:server/v2 Issues related to server/v2

Comments

@kocubinski
Copy link
Member

kocubinski commented May 30, 2024

See this stub:

case "app", "store", "p2p", "custom": // TODO: check if we can use the ones from abci.go without having circular deps.
return nil, status.Error(codes.InvalidArgument, fmt.Sprintf("ABCI query path not yet implemented: %s", req.Path))

@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label May 30, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK May 30, 2024
@kocubinski kocubinski added C:server/v2 Issues related to server/v2 and removed needs-triage Issue that needs to be triaged labels May 30, 2024
@coderabbitai coderabbitai bot mentioned this issue May 31, 2024
12 tasks
@tac0turtle tac0turtle self-assigned this Jun 25, 2024
@tac0turtle tac0turtle moved this from 📋 Backlog to 👀 Waiting / In review in Cosmos-SDK Jun 25, 2024
@github-project-automation github-project-automation bot moved this from 👀 Waiting / In review to 🥳 Done in Cosmos-SDK Jun 25, 2024
@tac0turtle tac0turtle removed this from Cosmos-SDK Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:server/v2 Issues related to server/v2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants