Skip to content

Fix check_consensus_attestation_stats: post-Electra & support for minimal network#202

Merged
pk910 merged 3 commits into
ethpandaops:masterfrom
syjn99:fix/check_consensus_attestation_stats
Jul 2, 2026
Merged

Fix check_consensus_attestation_stats: post-Electra & support for minimal network#202
pk910 merged 3 commits into
ethpandaops:masterfrom
syjn99:fix/check_consensus_attestation_stats

Conversation

@syjn99

@syjn99 syjn99 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

06b7f96: aggregationBitsOffset is accumulated in every loop body, but never used in calculation. Fixing this for post-Electra.
715a92e: If MAX_COMMITTEES_PER_SLOT is 4, len(committeeBits) is just 1, so BitAt for Bitvector64 will always fail because of the gate: len(b) != bitvector64ByteSize. This was critical for my local setup as I'm using assertoor for minimal network.

@pk910 pk910 merged commit c6f6ac6 into ethpandaops:master Jul 2, 2026
6 checks passed
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.

2 participants