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

Separate type for aggregated committee attestation #1

Closed
wants to merge 2 commits into from

Conversation

ensi321
Copy link
Owner

@ensi321 ensi321 commented Nov 8, 2024

Description

Introducing separate container for aggregated attestation in a committee. The new container replaces the unnecessary committee bits with committee index. It also has 63x shorter max length than Attestation on aggregation_bits which yields max size going from 16kb to 0.48kb.

The current Attestation represents aggregated attestation both on-chain and in a committee. Having a dedicated container for committee attestation improves readability and removes the need to maintain a one-bit-set committee bit list.

@ensi321 ensi321 changed the title Add CommitteeAttestation Separate type for committee attestation Nov 8, 2024
@ensi321 ensi321 changed the title Separate type for committee attestation Separate type for aggregated committee attestation Nov 8, 2024
@ensi321 ensi321 closed this Nov 8, 2024
ensi321 pushed a commit that referenced this pull request Dec 16, 2024
Fix block hash computation for deposit transition tests
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.

1 participant