Documentation ¶
Index ¶
Constants ¶
View Source
const ( UpgradeName = "v26" // MaximumUnauthenticatedGas for smart account transactions to verify the fee payer MaximumUnauthenticatedGas = uint64(250_000) // BlockMaxBytes is the max bytes for a block, 3mb BlockMaxBytes = int64(3000000) // BlockMaxGas is the max gas allowed in a block BlockMaxGas = int64(300000000) // CostPerByte is the gas cost per byte CostPerByte = uint64(30) )
UpgradeName defines the on-chain upgrade name for the Osmosis v26 upgrade.
Variables ¶
View Source
var Upgrade = upgrades.Upgrade{ UpgradeName: UpgradeName, CreateUpgradeHandler: CreateUpgradeHandler, StoreUpgrades: storetypes.StoreUpgrades{ Added: []string{ circuittypes.ModuleName, }, Deleted: []string{}, }, }
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, bpm upgrades.BaseAppParamManager, keepers *keepers.AppKeepers, ) upgradetypes.UpgradeHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.