Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

electra attestation updates #6295

Merged
merged 6 commits into from
May 17, 2024
Merged

electra attestation updates #6295

merged 6 commits into from
May 17, 2024

Conversation

arnetheduck
Copy link
Member

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.

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.
Copy link

github-actions bot commented May 16, 2024

Unit Test Results

         9 files  ±0    1 322 suites  +3   36m 57s ⏱️ + 3m 5s
  4 983 tests +1    4 635 ✔️ +1  348 💤 ±0  0 ±0 
20 805 runs  +3  20 401 ✔️ +3  404 💤 ±0  0 ±0 

Results for commit 3d05f89. ± Comparison against base commit 826bf4c.

♻️ This comment has been updated with latest results.

@tersec tersec merged commit 045c4cf into unstable May 17, 2024
14 checks passed
@tersec tersec deleted the att-electra branch May 17, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants