Skip to content

Update EIP-7928: make explicit that the BAL is its own field in the block, remove SSZ encoding as a requirement for BAL verification #9871

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwasinger
Copy link
Contributor

make explicit that the BAL is its own field in the block

I think this was already assumed, so I'm making it explicit here.

remove SSZ encoding as a requirement for BAL verification

Comparing the output of the ssz encoding of the computed BAL in verification incurs unnecessary overhead. We can just compare the header BAL vs computed value directly (field-by-field).

…ter bal verification: check equivalence of computed vs header bal directly, instead of checking the output of the encoding.
@jwasinger jwasinger requested a review from eth-bot as a code owner June 8, 2025 10:06
@github-actions github-actions bot added c-update Modifies an existing proposal s-draft This EIP is a Draft t-core labels Jun 8, 2025
@eth-bot
Copy link
Collaborator

eth-bot commented Jun 8, 2025

File EIPS/eip-7928.md

Requires 1 more reviewers from @dankrad, @fradamt, @jochem-brouwer, @jsign, @nerolation

@eth-bot eth-bot added the a-review Waiting on author to review label Jun 8, 2025
@eth-bot eth-bot changed the title eip-7928: make explicit that the BAL is its own field in the block, remove SSZ encoding as a requirement for BAL verification Update EIP-7928: make explicit that the BAL is its own field in the block, remove SSZ encoding as a requirement for BAL verification Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-review Waiting on author to review c-update Modifies an existing proposal s-draft This EIP is a Draft t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants