Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add bid fee ceil in mev_params #2357

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

irrun
Copy link
Contributor

@irrun irrun commented Apr 1, 2024

Description

feat: add bid fee ceil in mev_params

@@ -17,6 +17,7 @@ type BuilderConfig struct {

type MevConfig struct {
Enabled bool // Whether to enable Mev or not
BidFeeCeil uint64 // The maximum builder fee of a bid
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uint64 is not enough, it should be big.Int

Copy link
Collaborator

@unclezoro unclezoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix the comment

@irrun irrun merged commit 3b7ee60 into bnb-chain:develop Apr 1, 2024
7 checks passed
@irrun irrun deleted the re/bidfeeceil branch April 1, 2024 05:38
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