Skip to content

Releases: bnb-chain/bsc-mev-sentry

v1.6.2

06 Nov 04:15
f6b6950

Choose a tag to compare

feat: add hostname override

v1.5.19

29 Aug 06:38
ffb4319

Choose a tag to compare

go.mod: update go and bsc version
service: add trace log for handling bids

v1.5.14

28 May 08:05
60ba966

Choose a tag to compare

v1.5.14: Fixes a package publishing failure in v1.5.13.

v1.5.13

28 May 07:34
0e57d27

Choose a tag to compare

ChangeLog

IMPROVEMENT

#24 chore: fetch nonce when generating pay bid tx

v1.5.13-alpha

21 May 09:47
fe47b6f

Choose a tag to compare

v1.5.13-alpha Pre-release
Pre-release

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.

v1.4.13

27 Aug 08:23
b7b3d4c

Choose a tag to compare

Description

  • #17 fix: refresh sentry nonce every 500ms

v1.4.11

10 Jul 08:18
7a1316b

Choose a tag to compare

v1.4.9

20 Jun 09:30
c313ffa

Choose a tag to compare

❗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.

v1.4.8

20 Jun 06:12

Choose a tag to compare

fix: do not print private key in log (#12)

v1.0.1

29 May 07:58
37b0740

Choose a tag to compare

Merge pull request #10 from bnb-chain/dev