contexts

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2022 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const MaxMemoryGrow = uint64(10)

Defined as a constant here, not present in gasSchedule V1, V2, V3

View Source
const MaxMemoryGrowDelta = uint64(10)

Variables

This section is empty.

Functions

func NewBigIntContext

func NewBigIntContext() (*bigIntContext, error)

NewBigIntContext creates a new bigIntContext

func NewBlockchainContext

func NewBlockchainContext(
	host andes.VMHost,
	blockChainHook vmcommon.BlockchainHook,
) (*blockchainContext, error)

NewBlockchainContext creates a new blockchainContext

func NewMeteringContext

func NewMeteringContext(
	host andes.VMHost,
	gasMap config.GasScheduleMap,
	blockGasLimit uint64,
) (*meteringContext, error)

NewMeteringContext creates a new meteringContext

func NewOutputContext

func NewOutputContext(host andes.VMHost) (*outputContext, error)

NewOutputContext creates a new outputContext

func NewReservedFunctions

func NewReservedFunctions(scAPINames vmcommon.FunctionNames, builtInFuncContainer vmcommon.BuiltInFunctionContainer) *reservedFunctions

NewReservedFunctions creates a new reservedFunctions

func NewRuntimeContext

func NewRuntimeContext(
	host andes.VMHost,
	vmType []byte,
	useWarmInstance bool,
	builtInFuncContainer vmcommon.BuiltInFunctionContainer,
) (*runtimeContext, error)

NewRuntimeContext creates a new runtimeContext

func NewStorageContext

func NewStorageContext(
	host andes.VMHost,
	blockChainHook vmcommon.BlockchainHook,
	motherearthProtectedKeyPrefix []byte,
) (*storageContext, error)

NewStorageContext creates a new storageContext

func NewVMOutputAccount

func NewVMOutputAccount(address []byte) *vmcommon.OutputAccount

NewVMOutputAccount creates a new output account and sets the given address

Types

This section is empty.

Jump to

Keyboard shortcuts

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