-
Notifications
You must be signed in to change notification settings - Fork 247
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
Merge domain config items bundle_slot_probability and target_bundles_per_block #2365
Comments
@dariolina given the changes that will happen in #2413 is this issue still valid? |
@jfrank-summit Yes, I'd like to see both in. If this one lands first, then #2413 will need to be updated to new definition. |
I agree the target_bundles_per_block is not useful and can be removed.
I'm confused with |
|
Okay works for me.
We cannot directly remove it right now for gemini-3h without migration. Do you prefer removing it right now or before deprecating gemini-3h ? |
I don't think we're going to have another network after gemini-3h, that'd be directly mainnet. But @NingLin-P said the migration would be blocked by #2712, so that would need to be resolved first. |
Closing as #3083 is merged. |
Currently, the
target_bundles_per_block
domain config item is not influencing anything about bundle production and is in conflict with thebundle_slot_probability
item, which must be> 0
and≤ 1
.Particularly, given any
bundle_slot_probability
,target_bundles_per_block
above 6 is not attainable.bundle_slot_probability
is used as a multiplier in the VRF election to control bundle production of 1 or fewer bundles per slot.target_bundles_per_block
should be removed from configbundle_slot_probability
should be renamed totarget_bundles_per_slot
and defined as a float with value >0 and possibly above 1 to allow for domains who want more bundles per slot.target_bundles_per_slot
will be used wherebundle_slot_probability
is used rn and for bundle weight limits.The text was updated successfully, but these errors were encountered: