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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: