Get electra_op_pool up to date (#5756)

* fix get attesting indices (#5742)

* fix get attesting indices

* better errors

* fix compile

* only get committee index once

* Ef test fixes (#5753)

* attestation related ef test fixes

* delete commented out stuff

* Fix Aggregation Pool for Electra (#5754)

* Fix Aggregation Pool for Electra

* Remove Outdated Interface

* fix ssz (#5755)

---------

Co-authored-by: realbigsean <sean@sigmaprime.io>
This commit is contained in:
ethDreamer
2024-05-09 16:59:39 -05:00
committed by GitHub
parent 7cb7653d36
commit ab9e58aa3d
12 changed files with 307 additions and 108 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())
};
/*