Implement gloas stateless block building api - #9568
Conversation
…ateless-block-building-api # Conflicts: # beacon_node/beacon_chain/src/block_production/gloas.rs # beacon_node/http_api/src/beacon/execution_payload_envelopes.rs # beacon_node/http_api/src/produce_block.rs
…ateless-block-building-api
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
…ateless-block-building-api
|
It seems we might be deprecating the blinded payload stuff here https://github.com/ethereum/beacon-APIs/pull/624/changes |
|
This pull request has merge conflicts. Could you please resolve them @eserilev? 🙏 |
|
Hey, I updated #9276 to use the post-beacon-APIs #624 API, including removal of the public blinded-envelope transport. Since there is quite a bit of overlap, it would probably be cleanest to merge #9276 first and then rebase this PR on top, leaving this PR focused on the stateless additions. Just a thought, open to any other approaches. |
|
shoot sorry @shane-moore i didn't see your other PR. yes lets review yours first and get that merged |
Merge Queue Status
This pull request spent 23 minutes 55 seconds in the queue, including 22 minutes 7 seconds running CI. Waiting for
All conditions
ReasonThe merge conditions cannot be satisfied due to failing checks
HintYou may have to fix your CI before adding the pull request to the queue again. Requeued — the merge queue status continues in this comment ↓. |
…rilev/lighthouse into stateless-block-building-api
|
@mergify requeue |
🛑 The pull request has been removed from the queue
|
|
@mergify requeue |
Merge Queue Status
This pull request spent 20 minutes 35 seconds in the queue, including 18 minutes 54 seconds running CI. Waiting for
All conditions
ReasonThe merge conditions cannot be satisfied due to failing checks
HintYou may have to fix your CI before adding the pull request to the queue again. Requeued — the merge queue status continues in this comment ↓. |
|
@mergify requeue |
Merge Queue Status
This pull request spent 22 minutes 58 seconds in the queue, including 21 minutes 18 seconds running CI. Waiting for
All conditions
ReasonThe merge conditions cannot be satisfied due to failing checks
HintYou may have to fix your CI before adding the pull request to the queue again. Requeued — the merge queue status continues in this comment ↓. |
|
@mergify requeue |
Merge Queue Status
This pull request spent 30 minutes 25 seconds in the queue, including 28 minutes 35 seconds running CI. Required conditions to merge
|
Issue Addressed
#8828
This implements the API but does not change the VC to leverage stateless block production. In a separate PR we should make updates to the VC