params

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QuadCoeffDiv uint64 = 512 // Divisor for the quadratic particle of the memory cost equation.

	StackLimit uint64 = 1024 // Maximum size of VM stack allowed.
	MemoryGas  uint64 = 3    // Times the address of the (highest referenced byte in memory + 1). NOTE: referencing happens on read, write and in instructions such as RETURN and CALL.
)

Variables

View Source
var (
	DifficultyBoundDivisor = big.NewInt(200) // The bound divisor of the difficulty, used in the update calculations.

	MinimumDifficulty = big.NewInt(10000) // The minimum that the difficulty may ever be.
	CreateDataGas     = big.NewInt(200)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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