Skip to content

config.toml: default value of [Eth.Miner] and [Eth.Miner.Mev]#3025

Merged
alex-10072 merged 6 commits intobnb-chain:developfrom
zzzckck:config_default_value_mev
Apr 15, 2025
Merged

config.toml: default value of [Eth.Miner] and [Eth.Miner.Mev]#3025
alex-10072 merged 6 commits intobnb-chain:developfrom
zzzckck:config_default_value_mev

Conversation

@zzzckck
Copy link
Collaborator

@zzzckck zzzckck commented Apr 14, 2025

Description

apply the default value of these elemnents, mainly for MEV:

[Eth.Miner]
DelayLeftOver=50000000

[Eth.Miner.Mev]
GreedyMergeTx = true
ValidatorCommission = 100
BidSimulationLeftOver = 50000000
NoInterruptLeftOver = 400000000
MaxBidsPerBuilder = 3

This is part of the original PR:#2987, in this PR, we only address the 6 elements listed above for simplicity.

Rationale

As the gentool does not support recursive element, refer: #3024
We have to support it manually.

Example

NA

Changes

NA

zzzckck added 3 commits April 14, 2025 22:09
apply the default value of these elemnents, mainly for MEV:
```
[Eth.Miner]
DelayLeftOver=50000000

[Eth.Miner.Mev]
GreedyMergeTx = true
ValidatorCommission = 100
BidSimulationLeftOver = 50000000
NoInterruptLeftOver = 400000000
MaxBidsPerBuilder = 3
```
@zzzckck zzzckck force-pushed the config_default_value_mev branch from 01a2055 to 36a1dbd Compare April 15, 2025 01:40
zlacfzy
zlacfzy previously approved these changes Apr 15, 2025
buddh0
buddh0 previously approved these changes Apr 15, 2025
alex-10072
alex-10072 previously approved these changes Apr 15, 2025
@zzzckck zzzckck dismissed stale reviews from alex-10072 and buddh0 via 32a6438 April 15, 2025 04:22
@alex-10072 alex-10072 merged commit 27ff58a into bnb-chain:develop Apr 15, 2025
7 checks passed
@zzzckck zzzckck deleted the config_default_value_mev branch April 15, 2025 05:50
forcodedancing pushed a commit to forcodedancing/bsc that referenced this pull request Apr 21, 2025
…ain#3025)

apply the default value of these elements, mainly for MEV:
```
[Eth.Miner]
DelayLeftOver=50000000

[Eth.Miner.Mev]
GreedyMergeTx = true
ValidatorCommission = 100
BidSimulationLeftOver = 50000000
NoInterruptLeftOver = 400000000
MaxBidsPerBuilder = 3
```
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.

4 participants

Comments