like
account prefix (by LikerLand)liked debug convert-prefix
command tool for bech32 conversionfotan-1.1
, releases will be tagged with semantic versioning to facilitate the usage of CI/CD pipelines, e.g. v1.2.3
. Pre-release versions will contain suffixes such as -rc1
, -beta2
, -alpha3
.fotan-1.2
: Current mainnet versionv1.2.0
: First version to support cosmovisor, binary compatible with fotan-1.2
v2.0.0
: LaiChiKok upgradev2.0.0
is tagged on repo and binary builds are released on github via CIv2.0.0
v2.0.0
binary at the Cosmovisor upgrades folder BEFORE the upgrade time. Alternatively, operators can configure cosmovisor to download binaries automatically.v1.2.0
. A setup guide with migration instructions is available here. v1.2.0
is binary compatible with fotan-1.1
, so operators can upgrade at their own pace.upgrade needed
panic. Afterwards, operators shall backup their .liked
folder, then start their node using the new version binary.DAEMON_ALLOW_DOWNLOAD_BINARIES
to true
, which is the default if our setup script or docker image was used. To be safe, we recommend you do prepare the binary manually.app.toml
config, especially the state-sync snapshots feature. By contributing state-sync snapshots, the synchronization process of new nodes can be speeded up from days to minutes. This will be vital to the growth of our network, as the full chain data size is growing rapidly due to more features and applications being added to LikeCoin chain.app.toml
:.liked/data
folder to .liked/data-backup-<date>
after the chain has halted at upgrade height and before the new binary has started.CancelSoftwareUpgrade
proposal--unsafe-skip-upgrades <upgrade height>
to their cosmovisor launch argument.sudo systemctl stop liked
/etc/systemd/system/liked.service
ExecStart=
, append --unsafe-skip-upgrades <upgrade height>
to the end.liked
folder with additional steps in the next section)sudo systemctl daemon-reload
, then sudo systemctl restart liked
docker-compose down
docker-compose.yml
liked-service-cosmovisor
service, edit its command
field to add "--unsafe-skip-upgrades", "<upgrade height>",
entries in the array..liked
folder with additional steps in the next section)docker-compose up -d
.liked
folder to rollback upgradecurrent
binary symlink to the previous version (genesis
for this upgrade):v2.0.0
. CI will test and build with the tagged commit, then release it on GitHub.release/v2.x
and update branch names in node setup guides.upgrade-info
should be validated on testnet beforehand.