You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
The client aborts with:
On the sever side, the service registration is incomplete:
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 intests/systemtests/
via:(You may have to enable it again. I am going to add a skip call)
The text was updated successfully, but these errors were encountered: