Clean up Electra observed aggregates (#5929)

* Use consistent key in observed_attestations

* Remove unwraps from observed aggregates
This commit is contained in:
Michael Sproul
2024-06-18 00:23:02 +10:00
committed by GitHub
parent c4f2284dbe
commit 3ac3ddb2b7
4 changed files with 61 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ mod light_client_server_cache;
pub mod metrics;
pub mod migrate;
mod naive_aggregation_pool;
mod observed_aggregates;
pub mod observed_aggregates;
mod observed_attesters;
mod observed_blob_sidecars;
pub mod observed_block_producers;