Fix Aggregation Pool for Electra (#5754)

* Fix Aggregation Pool for Electra

* Remove Outdated Interface
This commit is contained in:
ethDreamer
2024-05-09 14:50:11 -05:00
committed by GitHub
parent 07229b76ed
commit cb8c8f59cf
6 changed files with 255 additions and 75 deletions

View File

@@ -1228,10 +1228,7 @@ async fn attesting_to_optimistic_head() {
let get_aggregated_by_slot_and_root = || {
rig.harness
.chain
.get_aggregated_attestation_by_slot_and_root(
attestation.data().slot,
&attestation.data().tree_hash_root(),
)
.get_aggregated_attestation_base(attestation.data())
};
/*