You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the bundle may not be full yet if that particular extrinsic has a large size/weight. Ideally, similar to how the substrate block builder works, the operator should try a few more times for other extrinsic in the pool to maximize bundle utilization.
The text was updated successfully, but these errors were encountered:
Currently, the operator will stop immediately including more extrinsic into its bundle once a particular extrinsic can't fit into the bundle:
https://github.com/subspace/subspace/blob/21fd58be039be4a5c5f33592e63749ec68a99a16/domains/client/domain-operator/src/domain_bundle_proposer.rs#L142-L151
But the bundle may not be full yet if that particular extrinsic has a large size/weight. Ideally, similar to how the substrate block builder works, the operator should try a few more times for other extrinsic in the pool to maximize bundle utilization.
The text was updated successfully, but these errors were encountered: