nimbus-eth2/beacon_chain/fork_choice
Jacek Sieka 045c4cf185
electra attestation updates (#6295)
* electra attestation updates

In Electra, we have two attestation formats: on-chain and on-network -
the former combines all committees of a slot in a single committee bit
list.

This PR makes a number of cleanups to move towards fixing this -
attestation packing however still needs to be fixed as it currently
creates attestations with a single committee only which is very
inefficient.

* more attestations in the blocks

* signing and aggregation fixes

* tool fix

* test, import
2024-05-17 15:37:41 +03:00
..
README.md update some consensus-spec URLs to v1.4.0-beta.1 (#5429) 2023-09-14 18:23:59 +00:00
fork_choice.nim electra attestation updates (#6295) 2024-05-17 15:37:41 +03:00
fork_choice_types.nim make `Gwei` `distinct` (#6090) 2024-03-19 14:22:07 +01:00
proto_array.nim cache head block eligibility for fork choice (#6076) 2024-03-15 22:48:18 +01:00