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

[Bug]: v2: system-tests are failing on xaccounts query #22651

Closed
1 task done
alpe opened this issue Nov 26, 2024 · 0 comments · Fixed by #22673
Closed
1 task done

[Bug]: v2: system-tests are failing on xaccounts query #22651

alpe opened this issue Nov 26, 2024 · 0 comments · Fixed by #22673
Assignees
Labels
C:server/v2 Issues related to server/v2 T:Bug

Comments

@alpe
Copy link
Contributor

alpe commented Nov 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

The client aborts with:

error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). RPC error -32603 - Internal error: no query handler found for /cosmos.accounts.v1.Query/AccountType

On the sever side, the service registration is incomplete:

WRN error registering services error="register service: unable to find protov2 service descriptor: please make sure protov2 API counterparty is imported: cosmos.accounts.v1.Msg"

Cosmos SDK Version

main (v2, all good with v1)

How to reproduce?

build a simd v2 binary, copy it to tests/systemtests/binaries/simdv2 and start the system test in tests/systemtests/ via:

go test -v -mod=readonly -failfast -tags='system_test' --run TestAccountsMigration   ./... --verbose --binary=simdv2 --nodes-count=1

(You may have to enable it again. I am going to add a skip call)

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 T:Bug
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

3 participants