Open dancoombs opened 1 year ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Describe the feature When the P2P mempool is online there will be little incentive to create bundles of > size 1 due to issues competition with other bundlers invalidating ops by setting a higher priority fee.
Rundler should support a mode where a UO is immediately converted into a bundle transaction and sent to the builder endpoint.
This will likely require a completely separate
bundle_proposer
andbundler_sender
class that optimizes for speed over bundle size.