Description
This release introduces two new configuration fields in MevConfig, aligning with the latest BSC release (v1.5.13):
type MevConfig struct {
	...
	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.