Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of VC validators by per payload-builder payload builder …
…validator registration (issue #5599). The proposed change ensures that VC validators are registered with the builder specified by the `--payload-builder-url` argument even if the beacon node has no attached validators. It also prevent such validators from being unintentionally registered with builders configured for specific attached validators by the keymanager api. Per the current specs, the VC have no way to specify which builders the BN should use on a per-node basis, so for the time being we have to resort to using the BN fallback default builder URL for VC validators.
- Loading branch information