Upgrade
Sunrise is upgraded with on-chain governance.
Soft Fork
Section titled “Soft Fork”In the case of a soft fork, the chain ID is not changed, and the binary version is changed. In addition, the upgrade handler will handle the process. The details will be described in each upgrade proposal.
Automatic upgrade is available when running Cosmovisor. See the Cosmovisor tutorial for how to set up.
If you do not use CosmoVisor, please change the binaries yourself
Hard Fork
Section titled “Hard Fork”A hard fork may be executed to apply changes that cannot be accommodated by a soft fork.
genesis.json is changed and the new block starts at height 1.
In many cases the chain ID will be changed.
Testnet
Section titled “Testnet”When synchronizing chains from the genesis, follow this guide and use the binary version current at the time of the genesis. https://github.com/sunriselayer/network/tree/main/dawn-1
Mainnet
Section titled “Mainnet”When synchronizing chains from the genesis, follow this guide and use the binary version current at the time of the genesis. https://github.com/sunriselayer/network/tree/main/sunrise-1
For the currently used binary version, please refer to the latest release on GitHub.