File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 id : ${{ steps.create_release.id }}
5555 # Using a tag name
5656 tag : ${{ github.ref }}
57- # Always delete} the tag, even if a release is not associated with it.
57+ # Always delete the tag, even if a release is not associated with it.
5858 always_delete_tag : true
5959 env :
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Block building is a specialized activity that requires high fixed costs to be
1616an efficient validator. This creates an advantage for staking pools as they can
1717effectively distribute the cost across many validators.
1818
19- [ Proposer-builder separation] [ pbs ] (PBS) fixes this by spliting the roles of a
19+ [ Proposer-builder separation] [ pbs ] (PBS) fixes this by splitting the roles of a
2020validator into block proposing and block building. However, PBS requires
2121modifications to the Beacon chain and will therefore not be possible at the
2222time of the merge.
Original file line number Diff line number Diff line change 2121 - [ Relation to local block building] ( #relation-to-local-block-building )
2222- [ How to avoid slashing] ( #how-to-avoid-slashing )
2323 - [ Proposer slashing] ( #proposer-slashing )
24- - [ Responsibilites during the Merge transition] ( #responsibilites -during-the-merge-transition )
24+ - [ Responsibilities during the Merge transition] ( #responsibilities -during-the-merge-transition )
2525
2626<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2727
@@ -148,7 +148,7 @@ a signature for a `BlindedBeaconBlock` (via a dissemination of a `SignedBlindedB
148148** MUST** not use the local build process as a fallback, even in the event of some failure with the external builder
149149network.
150150
151- ## Responsibilites during the Merge transition
151+ ## Responsibilities during the Merge transition
152152
153153Honest validators will not utilize the external builder network during the transition from proof-of-work to
154154proof-of-stake. This requirement is in place to reduce the overall technical complexity of the Merge.
You can’t perform that action at this time.
0 commit comments