-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip calculation of boosted_relay_value when builder_boost_factor pro… #5352
Skip calculation of boosted_relay_value when builder_boost_factor pro… #5352
Conversation
Thanks for the PR! I think it'd be a bit cleaner to make the default value check further up in |
Thanks for review! PR updated |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 72af6fb |
Issue Addressed
#5343
Proposed Changes
When
builder_boost_factor
is provided with default value, we will skip computation ofboosted_relay_value
to avoid precision loss and rather returnrelay_value
.