doctoc
This commit is contained in:
parent
51e47ff6e4
commit
25a0fdc991
|
@ -5,13 +5,12 @@ This is an accompanying document which describes the expected actions of a "buil
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [ePBS -- Honest Builder](#epbs----honest-builder)
|
||||
- [Introduction](#introduction)
|
||||
- [Builders attributions](#builders-attributions)
|
||||
- [Constructing the payload bid](#constructing-the-payload-bid)
|
||||
- [Constructing the `BlobSidecar`s](#constructing-the-blobsidecars)
|
||||
- [Constructing the execution payload envelope](#constructing-the-execution-payload-envelope)
|
||||
- [Honest payload withheld messages](#honest-payload-withheld-messages)
|
||||
- [Introduction](#introduction)
|
||||
- [Builders attributions](#builders-attributions)
|
||||
- [Constructing the payload bid](#constructing-the-payload-bid)
|
||||
- [Constructing the `BlobSidecar`s](#constructing-the-blobsidecars)
|
||||
- [Constructing the execution payload envelope](#constructing-the-execution-payload-envelope)
|
||||
- [Honest payload withheld messages](#honest-payload-withheld-messages)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ This document represents the changes and additions to the Honest validator guide
|
|||
- [Validator assignment](#validator-assignment)
|
||||
- [Lookahead](#lookahead)
|
||||
- [Beacon chain responsibilities](#beacon-chain-responsibilities)
|
||||
- [Attestation](#attestation)
|
||||
- [Sync Committee participations](#sync-committee-participations)
|
||||
- [Block proposal](#block-proposal)
|
||||
- [Constructing the new `signed_execution_payload_header_envelope` field in `BeaconBlockBody`](#constructing-the-new-signed_execution_payload_header_envelope-field-in--beaconblockbody)
|
||||
- [Constructing the new `payload_attestations` field in `BeaconBlockBody`](#constructing-the-new-payload_attestations-field-in--beaconblockbody)
|
||||
|
|
Loading…
Reference in New Issue