Skip to content

Commit

Permalink
TOC updates from earlier PRs (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored Oct 30, 2023
1 parent 06bb647 commit ef34b11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specs/bellatrix/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

- [Constants](#constants)
- [Domain types](#domain-types)
- [Time parameters](#time-parameters)
- [Containers](#containers)
- [Independently Versioned](#independently-versioned)
- [`ValidatorRegistrationV1`](#validatorregistrationv1)
Expand All @@ -19,6 +20,19 @@
- [`BlindedBeaconBlock`](#blindedbeaconblock)
- [`SignedBlindedBeaconBlock`](#signedblindedbeaconblock)
- [Signing](#signing)
- [Validator registration processing](#validator-registration-processing)
- [`is_pending_validator`](#is_pending_validator)
- [`is_eligible_for_registration`](#is_eligible_for_registration)
- [`verify_registration_signature`](#verify_registration_signature)
- [`process_registration`](#process_registration)
- [Building](#building)
- [Bidding](#bidding)
- [Constructing the `ExecutionPayloadHeader`](#constructing-the-executionpayloadheader)
- [Constructing the `BuilderBid`](#constructing-the-builderbid)
- [Packaging into a `SignedBuilderBid`](#packaging-into-a-signedbuilderbid)
- [Revealing the `ExecutionPayload`](#revealing-the-executionpayload)
- [Blinded block processing](#blinded-block-processing)
- [`verify_blinded_block_signature`](#verify_blinded_block_signature)
- [Endpoints](#endpoints)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
1 change: 1 addition & 0 deletions specs/bellatrix/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Block proposal](#block-proposal)
- [Constructing the `BeaconBlockBody`](#constructing-the-beaconblockbody)
- [ExecutionPayload](#executionpayload)
- [Bid processing](#bid-processing)
- [Relation to local block building](#relation-to-local-block-building)
- [How to avoid slashing](#how-to-avoid-slashing)
- [Proposer slashing](#proposer-slashing)
Expand Down

0 comments on commit ef34b11

Please sign in to comment.