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 getting transactions by block height (8900000). Err: rpc error: code = InvalidArgument desc = failed to load state at height 8900000; version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height (latest height: 14502063): invalid request. Will reattempt
it also failed with blocks from 1 month ago with the same error
however it can do blocks from today
After some initial testing where I tried to match the IAVL package version with the version specified on chain (working with Juno at the time), I believe this is a problem in specific Nodes.
Error getting transactions by block height (8900000). Err: rpc error: code = InvalidArgument desc = failed to load state at height 8900000; version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height (latest height: 14502063): invalid request. Will reattempt
it also failed with blocks from 1 month ago with the same error
however it can do blocks from today
Is it related to this maybe?
https://github.com/DefiantLabs/cosmos-tax-cli/blob/main/go.mod#L62
The text was updated successfully, but these errors were encountered: