akash-network / support

Akash Support and Issue Tracking
5 stars 3 forks source link

cannot query the `balances` for pre-`12606074` height (SW upgrade proposal #224 `v0.24.0`) #134

Open andy108369 opened 8 months ago

andy108369 commented 8 months ago

cannot query the balances for pre-12606074 height (SW upgrade proposal #224 v0.24.0).

this query can be tried against any account that previously (prior to 12606074) had or didn't have the balances

$ provider-services query bank balances --height 12606073 akash15tl6v6gd0nte0syyxnv57zmmspgju4c3xfmdhk -o text
Error: rpc error: code = InvalidArgument desc = failed to load state at height 12606073; version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height (latest height: 13323161): invalid request

I can query the block itself without any issue (even as low as height 1) though.

I've tried couple of archival RPC nodes. (ours and Damir's; though he used our snapshot) And have additionally tried Forbole's RPC (non-archival RPC) https://rpc.akash.forbole.com:443 which earliest block height/time is: 12100488 / 2023-07-27T07:28:56.260866646Z to rule out possibility of a potentially borked snapshot.

I have also tried client binaries of lower versions (provider-services 0.3.[012]; akash 0.24.2, 0.26.1), to no avail.