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

Testnet-9 rpc endpoint fails to get account details using typescript stargate client. #3627

Open
singhparshant opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
A-app Area: app.union.build C-bug Category: This is a bug. P-high High priority

Comments

@singhparshant
Copy link

Describe the bug
We are trying to simulate a union transfer transaction using the stargate client, but it is failing at getting account data using this.rpc.request("cosmos.auth.v1beta1.Query", "Account", data);

RPC endpoint - https://rpc.testnet-9.union.build

To Reproduce
Steps to reproduce the behavior:

const client = await StargateClient.connect(rpc);
const account = await client.getAccount("union1y9u3y7j3ddvu7mrc5zke3gvtgvll8qupt50q2z");

Internally it fails here in stargateclient37:

this.rpc.request("cosmos.auth.v1beta1.Query", "Account", data);

Error:

"Query failed with (22): rpc error: code = NotFound desc = account union1y9u3y7j3ddvu7mrc5zke3gvtgvll8qupt50q2z not found: key not found"

Expected behavior
We should receive the account details.

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):
MacOS

Additional context
Add any other context about the problem here.

Link to user report
If this issue was reported by a user, paste a link (X, Discord, Telegram, Slack, etc) to the original message here, such that we can reply when it is resolved.

@singhparshant singhparshant added A-app Area: app.union.build C-bug Category: This is a bug. P-high High priority labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-app Area: app.union.build C-bug Category: This is a bug. P-high High priority
Projects
None yet
Development

No branches or pull requests

2 participants