Migration to v0.4.0
For Linux AMD Distributions
Install Go 1.23.0 on Linux (manually)
sudo rm -rf /usr/local/gowget https://go.dev/dl/go1.23.0.linux-amd64.tar.gzsudo tar -C /usr/local -xzf go1.23.0.linux-amd64.tar.gzexport PATH=$PATH:/usr/local/go/binsource ~/.bashrc
# or
source ~/.zshrcInstall emped binary
Setup cosmovisor
Common problems
Cannot open or find libwasmvm before or after the migration
Last updated