reth_node_core::primitives

Module test_utils

Available on crate features arbitrary or test-utils only.
Expand description

Utilities for testing.

Traits§

  • TestBlocktest-utils
    An extension trait for Blocks that allows for mutable access to the block’s internals.
  • A helper trait for Headers that allows for mutable access to the headers values.

Functions§

  • 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.
  • Generates a proptest strategy for constructing an instance of a header which is valid with respect to past and future forks.