ethereum/beacon-APIs#580
The current gloas block production MVP branch only implements stateful block production and may not be fully spec compliant (missing headers etc.). We should ensure the current stateful path is spec compliant and implement the stateless path once the above spec PR is finalized.
Additionally we want to ensure local block building is optimized i.e. add a payload handle so that we can do attestation packing and payload production in parallel
ethereum/beacon-APIs#580
The current gloas block production MVP branch only implements stateful block production and may not be fully spec compliant (missing headers etc.). We should ensure the current stateful path is spec compliant and implement the stateless path once the above spec PR is finalized.
Additionally we want to ensure local block building is optimized i.e. add a payload handle so that we can do attestation packing and payload production in parallel