Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName is the shared upgrade plan name for mainnet and testnet UpgradeName = "v8.1.0" // MainnetUpgradeHeight defines the Serv mainnet block height on which the upgrade will take place MainnetUpgradeHeight = 4_500_000 // TestnetUpgradeHeight defines the Serv testnet block height on which the upgrade will take place TestnetUpgradeHeight = 5_280_000 // UpgradeInfo defines the binaries that will be used for the upgrade UpgradeInfo = `` /* 561-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, ) upgradetypes.UpgradeHandler
CreateUpgradeHandler creates an SDK upgrade handler for v8.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.