EIPs
EIPs copied to clipboard
Fix DepositTreeSnapshot finalized type annotation
remove the illegal second generic argument from DepositTreeSnapshot.finalized, keep the field typed as List[Hash32] so static analyzers stop erroring
File EIPS/eip-4881.md
Requires 1 more reviewers from @g11tech, @lightclient, @samwilsn, @xinbenlv
its a bounded SSZ list, and that is what the code says. the PR is incorrect and will be closed unless otherwise reasoned by the PR author