Documentation ¶
Index ¶
Constants ¶
View Source
const ForkHeight = 4713065
Last executed block on the v9 code was 4713064. Last committed block is assumed to be 4713064, as we have block proposals that were not precommitted upon for 4713065.
View Source
const UpgradeName = "v10"
UpgradeName defines the on-chain upgrade name for the Merlin v9-fork for recovery. This is not called v10, due to this bug that would require a state migration to fix:
Variables ¶
View Source
var Fork = upgrades.Fork{ UpgradeName: UpgradeName, UpgradeHeight: ForkHeight, BeginForkLogic: RunForkLogic, }
Functions ¶
func RunForkLogic ¶
func RunForkLogic(ctx sdk.Context, appKeepers *keepers.AppKeepers)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.