Skip to content
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

Add preset builders to the default config #290

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

ferranbt
Copy link
Contributor

📝 Summary

Currently, users need to manually configure block builders by writing out full builder configurations. However, there are only a limited number of meaningful builder configurations that make sense in practice and are allowed on the builder algos. Having users write custom configurations is unnecessary complexity when we can provide all the practical presets out of the box.

This PR provides all the meaningful builder configurations as ready-to-use presets. Users can simply enable the builders they need instead of dealing with detailed configuration. This PR is backwards compatible, the users can still provide their own builder configurations.

💡 Motivation and Context


✅ I have completed the following steps:

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

Copy link

Benchmark results for 45ad71e

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/45ad71e-171d8fc/report/index.html

Date (UTC) 2024-12-17T09:11:20+00:00
Commit 45ad71e112729abc71fe0fd842f2f2f6c23fca86
Base SHA 171d8fcb2de834b6d46463979f8643756c599e86

Significant changes

None

@ferranbt ferranbt merged commit d337ac3 into develop Dec 18, 2024
6 checks passed
@ferranbt ferranbt deleted the ferranbt/add-preset-builders-to-def-config branch December 18, 2024 22:01
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