docs: small fix in HARDFORK-CHECKLIST.md (#12646)

This commit is contained in:
AJStonewee
2024-11-18 20:13:03 -04:00
committed by GitHub
parent 641d1288e9
commit e859e1711d

View File

@ -17,5 +17,5 @@
### Updates to the engine API ### Updates to the engine API
- Add new endpoints to the `EngineApi` trait and implement endpoints. - Add new endpoints to the `EngineApi` trait and implement endpoints.
- Update the `ExceuctionPayload` + `ExecutionPayloadSidecar` to `Block` conversion if there are any additional parameters. - Update the `ExecutionPayload` + `ExecutionPayloadSidecar` to `Block` conversion if there are any additional parameters.
- Update version specific validation checks in the `EngineValidator` trait. - Update version specific validation checks in the `EngineValidator` trait.