HARDFORK-CHECKLIST.md
alloy-eips crate at first.alloy-consensusHeader or Block, apply them to the types in
alloy-consensus (e.g. new request_hashes field in Prague)engine_newPayloadVx and engine_getPayloadVx pair) add the new
types to the alloy-rpc-types-engine crate.engine_newPayloadVx endpoint, add them to the ExecutionPayloadSidecar container
type. This types contains all additional parameters that are required to convert an ExecutionPayload to an EL block.EngineApi trait and implement endpoints.ExecutionPayload + ExecutionPayloadSidecar to Block conversion if there are any additional
parameters.EngineValidator trait.