You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Light client proofs for update's next sync committee hash against the update's finalized header state instead of its attested header state. This was fine before Etan's updates to the spec, but aren't allowed now.
Describe the bug
Light client proofs for update's next sync committee hash against the update's finalized header state instead of its attested header state. This was fine before Etan's updates to the spec, but aren't allowed now.
Reference:
ethereum/consensus-specs@c4dbd24
Expected behavior
When requesting light client updates, update.next_sync_committee hashed with update.next_sync_committee_branch == update.attested_header.state_root
The text was updated successfully, but these errors were encountered: