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

Balance at Blockheight not working #2149

Open
ratneshpatil-rp opened this issue May 13, 2024 · 0 comments
Open

Balance at Blockheight not working #2149

ratneshpatil-rp opened this issue May 13, 2024 · 0 comments

Comments

@ratneshpatil-rp
Copy link

ratneshpatil-rp commented May 13, 2024

We set-up the node from Snapshot https://quicksync.io/networks/axelar.html and image from github repo.

blockdetail curl query- curl --location 'http://{URL}/cosmos/base/tendermint/v1beta1/blocks/12'
--header 'accept: application/json'

gives the response-

but Balance at blockheight query-
curl --location 'http://{URL}/cosmos/bank/v1beta1/balances/axelar1jta90ze4jptm5kevynp7vrtc82lrkxsepmzvcr'
--header 'x-cosmos-block-height: 5155555'

gives response-{
"code": 3,
"message": "failed to load state at height 5155555; version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height (latest height: 12662734): invalid request",
"details": []
}

same query works for rest cosmos currencies can we know why its acting like prune one here?
we are using v.0.36.1 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant