Module actions

Source
Expand description

Actions that can be performed in tests.

Structs§

ActionBox
Simplified action container for storage in tests
AssertMineBlock
Mine a single block with the given transactions and verify the block was created successfully.
BroadcastLatestForkchoice
Action that broadcasts the latest fork choice state to all clients
BroadcastNextNewPayload
Action that broadcasts the next new payload
CheckPayloadAccepted
Action that checks whether the broadcasted new payload has been accepted
GenerateNextPayload
Action that generates the next payload
GeneratePayloadAttributes
Store payload attributes for the next block.
PickNextBlockProducer
Pick the next block producer based on the latest block information.
ProduceBlocks
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.