Skip to content

Conversation

@shamit05
Copy link

@shamit05 shamit05 commented Dec 3, 2025

πŸ“ Summary

https://linear.app/coinbase/issue/BA-3413/add-native-bundler-configuration-to-block-builder

πŸ’‘ Motivation and Context


βœ… I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

- Renamed enable_native_bundler to enable_aa_bundler
- Renamed bundler_* fields to aa_bundler_* and aa_* fields
- Updated CLI args to use --builder.enable-aa-bundler and --aa.* flags
- Updated all tests to use new naming convention

This avoids confusion with transaction bundles in op-rbuilder
aa_bundler_signer: args.aa_bundler_signer,
aa_gas_reserve_percentage: args.aa_gas_reserve_percentage,
aa_gas_threshold: args.aa_gas_threshold,
aa_pool_url: args.aa_pool_url.clone(),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will likely change to some pool.build or something similar but works for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants