Skip to content

Draft release v1.5.11#3033

Merged
alex-10072 merged 13 commits intomasterfrom
develop
Apr 18, 2025
Merged

Draft release v1.5.11#3033
alex-10072 merged 13 commits intomasterfrom
develop

Conversation

@zzzckck
Copy link
Collaborator

@zzzckck zzzckck commented Apr 17, 2025

Description

v1.5.11 is a maintenance release, mainly to support PBS(MEV) after BSC activate BEP-520: shorter block interval phase one: 1.5 seconds with Lorentz hard fork. PBS(MEV) is quite sensitive to the block timing, to make it more stable under 1.5 seconds block interval, it is necessary to update several MEV parameters.

v1.5.11 updates the two MEV parameters:

  • defaultMaxBidsPerBuilder from 3 to 2
  • defaultNoInterruptLeftOver from 400ms to 250

equal to config.toml:

[Eth.Miner.Mev]
MaxBidsPerBuilder = 2
NoInterruptLeftOver = 250000000

For this upgrade, simply binary replacement should be enough.

ChangeLog

FEATURE

#3008 params: add MaxwellTime
#3025 config.toml: default value of [Eth.Miner] and [Eth.Miner.Mev]
#3026 mev: include MaxBidsPerBuilder in MevParams
#3027 mev: update two default mev paramater for 1.5s block interval

BUGFIX

#3007 metrics: fix panic for cocurrently accessing label

IMPROVEMENT

#3006 jsutil: update getKeyParameters
#3018 nancy: update nancy ignore
#3021 chore: remove duplicate package imports

@alex-10072 alex-10072 merged commit 5735d8a into master Apr 18, 2025
14 checks passed
@krud491
Copy link

krud491 commented Apr 27, 2025

Good intel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants