Documentation ¶
Index ¶
- Constants
- Variables
- func EnableErc20Module(ctx sdk.Context, erc20 erc20keeper.Keeper)
- func EnableExtraEIPs(ctx sdk.Context, evm *evmkeeper.Keeper)
- func RunForkLogic(ctx sdk.Context, keepers *keepers.AppKeepers, baseApp *baseapp.BaseApp)
- func UpdateMaxBlockGasLimit(ctx sdk.Context, baseApp *baseapp.BaseApp)
- func UpdateMinGasPrice(ctx sdk.Context, feeMarket feemarketkeeper.Keeper)
Constants ¶
View Source
const ( // UpgradeName defines the on-chain upgrade name for the Planq v1_0_1 upgrade. UpgradeName = "v1_0_1" // UpgradeHeight defines the block height at which the Planq v1_0_1 upgrade is // triggered. UpgradeHeight = 45_000 )
Variables ¶
View Source
var Fork = upgrades.Fork{ UpgradeName: UpgradeName, UpgradeHeight: UpgradeHeight, BeginForkLogic: RunForkLogic, }
Functions ¶
func EnableErc20Module ¶
func EnableErc20Module(ctx sdk.Context, erc20 erc20keeper.Keeper)
func RunForkLogic ¶
RunForkLogic executes height-gated on-chain fork logic for the Planq v2 upgrade.
func UpdateMaxBlockGasLimit ¶
func UpdateMinGasPrice ¶
func UpdateMinGasPrice(ctx sdk.Context, feeMarket feemarketkeeper.Keeper)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.