//
pkg.gl
Category
github.com/ethereum/go-ethereum
consensus
misc
eip1559
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
55
Files
74 SLOC
#
Functions
CalcBaseFee
CalcBaseFee calculates the basefee of the header.
VerifyEIP1559Header
VerifyEIP1559Header verifies some header attributes which were changed in EIP-1559, - gas limit check - basefee check.