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
Builder is a bit of an outlier right now, we allow to set multiple URLs via --builder.urls but only use the first URL (opts.urls[0]). I opted to only log the URL which is actually used.
@g11tech Is it intentional that we don't allow a fallback for the builder? I guess mev-boost is already doing the multiplexing and builder flow is stateful which makes fallback logic a bit problematic.
Maybe we want to reflect that in the CLI as well as currently it looks like it supports multiple urls
Builder is a bit of an outlier right now, we allow to set multiple URLs via
--builder.urls
but only use the first URL (opts.urls[0]
). I opted to only log the URL which is actually used.@g11tech Is it intentional that we don't allow a fallback for the builder? I guess mev-boost is already doing the multiplexing and builder flow is stateful which makes fallback logic a bit problematic.
Maybe we want to reflect that in the CLI as well as currently it looks like it supports multiple urls
Originally posted by @nflaig in #6175 (comment)
The text was updated successfully, but these errors were encountered: