v26

package
v27.0.0-...-a0c3b63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL