Documentation ¶
Index ¶
- func CheckAll(ctx context.Context, env *CheckFjordConfig) error
- func CheckAllFastLz(ctx context.Context, env *CheckFjordConfig) error
- func CheckGasPriceOracle(ctx context.Context, env *CheckFjordConfig) error
- func CheckRIP7212(ctx context.Context, env *CheckFjordConfig) error
- func CheckTxAll42(ctx context.Context, env *CheckFjordConfig) error
- func CheckTxAllZero(ctx context.Context, env *CheckFjordConfig) error
- func CheckTxEmpty(ctx context.Context, env *CheckFjordConfig) error
- func CheckTxRandom(ctx context.Context, env *CheckFjordConfig) error
- type CheckFjordConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAllFastLz ¶
func CheckAllFastLz(ctx context.Context, env *CheckFjordConfig) error
func CheckGasPriceOracle ¶
func CheckGasPriceOracle(ctx context.Context, env *CheckFjordConfig) error
func CheckRIP7212 ¶
func CheckRIP7212(ctx context.Context, env *CheckFjordConfig) error
func CheckTxAll42 ¶
func CheckTxAll42(ctx context.Context, env *CheckFjordConfig) error
func CheckTxAllZero ¶
func CheckTxAllZero(ctx context.Context, env *CheckFjordConfig) error
func CheckTxEmpty ¶
func CheckTxEmpty(ctx context.Context, env *CheckFjordConfig) error
func CheckTxRandom ¶
func CheckTxRandom(ctx context.Context, env *CheckFjordConfig) error
Types ¶
type CheckFjordConfig ¶
type CheckFjordConfig struct { Log log.Logger L2 *ethclient.Client Key *ecdsa.PrivateKey Addr common.Address GasUsed uint64 L1GasUsed uint64 }
func (*CheckFjordConfig) RecordGasUsed ¶
func (ae *CheckFjordConfig) RecordGasUsed(rec *types.Receipt)
Click to show internal directories.
Click to hide internal directories.