-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add proposer boost reorg flag (#6652)
* Second batch of changes * Wire proposer boost related code to block production * Update test * Update metrics * Update packages/beacon-node/test/e2e/chain/proposerBoostReorg.test.ts Co-authored-by: twoeths <tuyen@chainsafe.io> * Address comment * Update packages/beacon-node/src/metrics/metrics/beacon.ts Co-authored-by: Nico Flaig <nflaig@protonmail.com> * Compute hash treet root of updatedPrepareState * computeStateHashTreeRoot after prepareExecutionPayload * fix build issue * Fix spec test * lint * Remove Enabled suffix * Fix merge * Add alias * Update packages/cli/src/options/beaconNodeOptions/chain.ts Co-authored-by: Nico Flaig <nflaig@protonmail.com> * chore: add predictProposerHead regen enum --------- Co-authored-by: twoeths <tuyen@chainsafe.io> Co-authored-by: Nico Flaig <nflaig@protonmail.com> Co-authored-by: Tuyen Nguyen <vutuyen2636@gmail.com>
- Loading branch information
1 parent
c153277
commit f6d3bce
Showing
24 changed files
with
398 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.