Implement ERA consumer and producer in lcli

This commit is contained in:
dapplion
2026-03-08 18:49:53 -05:00
parent efe43f7699
commit 6cc3d63c8b
39 changed files with 1952 additions and 41 deletions

View File

@@ -47,4 +47,8 @@ impl HistoricalSummary {
state_summary_root: state.state_roots().tree_hash_root(),
}
}
pub fn block_summary_root(&self) -> Hash256 {
self.block_summary_root
}
}