Documentation ¶
Index ¶
- func CalcBaseFee(config *params.ChainConfig, parent *types.Header) *big.Int
- func CalculateReward() *big.Int
- func VerifyEip1559Header(config *params.ChainConfig, parent, header *types.Header) error
- func VerifyForkHashes(config *params.ChainConfig, header *types.Header, uncle bool) error
- func VerifyGaslimit(parentGasLimit, headerGasLimit uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalcBaseFee ¶
CalcBaseFee calculates the basefee of the header taking into account the basefee ceiling
func CalculateReward ¶
CalculateReward calculates the coinbase rewards depending on the type of the block regions = # of regions zones = # of zones For each prime = Reward/3 For each region = Reward/(3*regions*time-factor) For each zone = Reward/(3*regions*zones*time-factor^2)
func VerifyEip1559Header ¶
func VerifyEip1559Header(config *params.ChainConfig, parent, header *types.Header) error
VerifyEip1559Header verifies some header attributes which were changed in EIP-1559, - gas limit check - basefee check
func VerifyForkHashes ¶
VerifyForkHashes verifies that blocks conforming to network hard-forks do have the correct hashes, to avoid clients going off on different chains. This is an optional feature.
func VerifyGaslimit ¶
VerifyGaslimit verifies the header gas limit according increase/decrease in relation to the parent gas limit.
Types ¶
This section is empty.