Module test_utils

Expand description

Test utilities to generate random valid headers.

Functionsยง

generate_valid_header
Generates a header which is valid with respect to past and future forks. This means, for example, that if the withdrawals root is present, the base fee per gas is also present.
valid_header_strategy
Generates a proptest strategy for constructing an instance of a header which is valid with respect to past and future forks.