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
We can add a CLI flag to filter out builder blocks based on builder profit (ex: --builder-profit-threshold <wei value> ). If the builder's bid is below the threshold value then we default to using the local execution engine. Unfortunately, the local block's value can't be retrieved nor compared at this moment until engine-API support. Credit to @realbigsean for this idea
The text was updated successfully, but these errors were encountered:
terencechain
changed the title
Flag to feature out builder profit
Flag to filter out builder profit
Sep 2, 2022
We can add a CLI flag to filter out builder blocks based on builder profit (ex:
--builder-profit-threshold <wei value>
). If the builder's bid is below the threshold value then we default to using the local execution engine. Unfortunately, the local block's value can't be retrieved nor compared at this moment until engine-API support. Credit to @realbigsean for this ideaThe text was updated successfully, but these errors were encountered: