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
In previous issues, I stressed how we want fork addition to be as easy as possible to foster innovation. Having to add 1000 lines of mindless code just to develop a new feature is not optimal.
We can use some macro magic to prevent a new ForkName::EIP9999 variant from having to modify all these statements.
The text was updated successfully, but these errors were encountered:
Description
Electra's new attestation type has introduced a match boilerplate.
lighthouse/consensus/types/src/beacon_block_body.rs
Lines 236 to 243 in c4f2284
lighthouse/beacon_node/beacon_chain/tests/block_verification.rs
Lines 727 to 757 in 9a01b6b
In previous issues, I stressed how we want fork addition to be as easy as possible to foster innovation. Having to add 1000 lines of mindless code just to develop a new feature is not optimal.
We can use some macro magic to prevent a new
ForkName::EIP9999
variant from having to modify all these statements.The text was updated successfully, but these errors were encountered: