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
I'm running local node using the latest release and ./scripts/start-node.sh, but when I use the client to interact with node, I get an error like this:
./secretd tx wasm store "/home/ubuntu22/blockchain/test_cosmwasm/hackatom.wasm" --from a --gas 100000 --fees 100000uscrt -y --chain-id=secretdev-1 --node=http://127.0.0.1:26657 -o json --keyring-backend=test
Error: rpc error: code = Unknown desc = failed to load cache multi store for height 0: version mismatch on immutable IAVL tree; version does not exist. Version has either been pruned, or is for a future block height
I noticed that node output an error when starting, I don’t know if it is related to this.
I executed scripts/install-everything.sh, but the build failed (#1588 ). Then I try to use the binary from release. Did I miss something related to tm_enclave/random_api libraries?
I'm running local node using the latest release and
./scripts/start-node.sh
, but when I use the client to interact with node, I get an error like this:I noticed that node output an error when starting, I don’t know if it is related to this.
My environment:
The text was updated successfully, but these errors were encountered: