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
This release introduces two new configuration fields in MevConfig, aligning with the latest BSC release (v1.5.13):
typeMevConfigstruct {
...NoInterruptLeftOver*time.Duration`toml:",omitempty"`MaxBidsPerBuilder*uint32`toml:",omitempty"`// Maximum number of bids allowed per builder per block
}
NoInterruptLeftOver: Optional duration to control how long leftover tasks are allowed to run without interruption.
MaxBidsPerBuilder: Limits the number of bids a single builder can submit per block.
This tag is built against and fully compatible with BSC tag v1.5.13.
❗Notice: In bsc v1.4.9, the parameter of mev API sendBid adds unRevertible field (see https://github.com/bnb-chain/bsc/pull/2479), which is a breaking change. If your validator adopts 1.4.9, please also upgrade sentry and builder to v1.4.9.