Skip to content

mev: update two default mev paramater for 1.5s block interval#3027

Merged
zzzckck merged 1 commit intobnb-chain:developfrom
zzzckck:mev_param_default
Apr 15, 2025
Merged

mev: update two default mev paramater for 1.5s block interval#3027
zzzckck merged 1 commit intobnb-chain:developfrom
zzzckck:mev_param_default

Conversation

@zzzckck
Copy link
Collaborator

@zzzckck zzzckck commented Apr 15, 2025

Description

With shorter block interval, will have less resource to simulate bid for each block.

Update the two parameters:

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

equal to config.toml:

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

Rationale

NA

Example

NA

Changes

NA

defaultMaxBidsPerBuilder from 3 to 2
defaultNoInterruptLeftOver  from 400ms to 250

With shorter block interval, will have less resource to simulate bid for each block.
@zzzckck zzzckck merged commit 499d1ec into bnb-chain:develop Apr 15, 2025
7 checks passed
forcodedancing pushed a commit to forcodedancing/bsc that referenced this pull request Apr 21, 2025
…ain#3027)

defaultMaxBidsPerBuilder from 3 to 2
defaultNoInterruptLeftOver  from 400ms to 250

With shorter block interval, will have less resource to simulate bid for each block.
@zzzckck zzzckck deleted the mev_param_default branch May 14, 2025 06:11
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.

3 participants