-
Notifications
You must be signed in to change notification settings - Fork 298
Description
Is your feature request related to a problem? Please describe.
A home validator with limited bandwidth may prefer to always use builder blocks, because a local block would be orphaned when blobs can't be uploaded in time, post-Fusaka.
Describe the solution you'd like
Add --prefer-builder-proposals, which does what it says on the tin. Always use builder block unless it's not being offered or times out, errors, &c
Why this and what does that do that --local-block-value-boost 0 doesn't do? It uses a builder block, even if the local block would have paid better or the same.
Describe alternatives you've considered
- Leave as-is - but a produced block at all is better than a theoretically better-paying local block that gets orphaned
Edit: 2) Or introduce --builder-block-value-boost, instead of the inversed --local-block-value-boost, which then allows setting the value to 2**64 - 1.