Open
Description
Similar to how MEV-boost relays offer a status page which shows their registered validators, most recently received payloads, and more, we should have something like this on rollup boost which the sequencer can run which shows how many block builders are delivering payloads, as well as latencies, and eventually likely some other relevant features around flashblocks. Details about the block builder and TEE attestations also may be servable over this component but likely not done inside of the rollup boost logic.
The implementation of this is likely that rollup boost stores the data in-memory for the sequencer window and offers it to another service that indexes the data to make it available to a webpage that end users can go to.