-
Notifications
You must be signed in to change notification settings - Fork 931
Closed
Labels
bellatrixRequired to support the Bellatrix UpgradeRequired to support the Bellatrix Upgrade
Description
Description
Provide some basic configurable chain health checks to determine whether or not we should propose blocks through the builder API.
I'm proposing we add three new flags, each controlling a condition that describes a "healthy beacon node". And if all three conditions are met, the builder API will be used.
--builder-fallback-skipsdefault value3- the number of slots prior to the proposal slot that have been skipped
--builder-fallback-skips-per-epochdefault value8- the number of slots in the last 32 slots that have been skipped
--builder-fallback-epochs-since-finalizationdefault value3- the number of epochs since the chain has finalized
Would appreciate feedback on both conditions and defaults 🙂
thegostep
Metadata
Metadata
Assignees
Labels
bellatrixRequired to support the Bellatrix UpgradeRequired to support the Bellatrix Upgrade