Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName defines the on-chain upgrade name for the Furyans v6 upgrade. UpgradeName = "v6" // UpgradeHeight defines the block height at which the Furyans v6 upgrade is // triggered. UpgradeHeight = 2_464_000 )
Variables ¶
View Source
var Fork = upgrades.Fork{ UpgradeName: UpgradeName, UpgradeHeight: UpgradeHeight, BeginForkLogic: RunForkLogic, }
Functions ¶
func RunForkLogic ¶
func RunForkLogic(ctx sdk.Context, _ *keepers.AppKeepers)
RunForkLogic executes height-gated on-chain fork logic for the Furyans v6 upgrade.
NOTE: All the height gated fork logic is actually in the Furyans ibc-go fork. See: https://github.com/osmosis-labs/ibc-go/releases/tag/v2.0.2-fury
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.