alchemyplatform / rundler

An ERC-4337 Bundler in Rust
GNU Lesser General Public License v3.0
290 stars 45 forks source link

builder: Add immediate bundling mode #291

Open dancoombs opened 1 year ago

dancoombs commented 1 year ago

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 and bundler_sender class that optimizes for speed over bundle size.

github-actions[bot] commented 6 months 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.

github-actions[bot] commented 5 months 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.