Expand description
A basic Ethereum payload builder implementation.
Structs§
- Settings for the Ethereum builder.
- Ethereum payload builder
Functions§
- Calculate the gas limit for the next block based on parent and desired gas limits. Ref: https://github.com/ethereum/go-ethereum/blob/88cbfab332c96edfbe99d161d9df6a40721bd786/core/block_validator.go#L166
- Constructs an Ethereum transaction payload using the best transactions from the pool.