feat(examples): OP Stack bridge stats ExEx (#7556)

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
Alexey Shekhirin
2024-04-11 17:38:03 +01:00
committed by GitHub
parent 007e5c2c47
commit 3ffc729833
9 changed files with 1019 additions and 7 deletions

View File

@ -1,7 +1,7 @@
use reth_primitives::BlockNumber;
/// Events emitted by an ExEx.
#[derive(Debug)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ExExEvent {
/// Highest block processed by the ExEx.
///