Skip to content

Consume Simulators

The engine and rlp simulators test clients by importing blocks through different interfaces. These simulators run within the Hive testing framework to provide containerized, isolated testing environments.

Command Syntax

uv run consume <engine|rlp> [OPTIONS]

Relevant Information

A separate hive simulator build-block is also fixture-driven but tests the client's producer-side path via the testing_buildBlockV1 engine-API testing-namespace endpoint, rather than the consumer-side import path that the simulators above exercise.