github bnb-chain/bsc-mev-sentry v1.5.13-alpha

latest releases: v1.5.19, v1.5.14, v1.5.13...
pre-release3 months ago

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.

Don't miss a new bsc-mev-sentry release

NewReleases is sending notifications on new releases.