Expand description
Actions that can be performed in tests.
Structs§
- Action
Box - Simplified action container for storage in tests
- Assert
Mine Block - Mine a single block with the given transactions and verify the block was created successfully.
- Broadcast
Latest Forkchoice - Action that broadcasts the latest fork choice state to all clients
- Broadcast
Next NewPayload - Action that broadcasts the next new payload
- Check
Payload Accepted - Action that checks whether the broadcasted new payload has been accepted
- Generate
Next Payload - Action that generates the next payload
- Generate
Payload Attributes - Store payload attributes for the next block.
- Pick
Next Block Producer - Pick the next block producer based on the latest block information.
- Produce
Blocks - Action that produces a sequence of blocks using the available clients
- Sequence
- Run a sequence of actions in series.
Traits§
- Action
- An action that can be performed on an instance.