Skip to content

feat: add bid fee ceil in mev_params#2357

Merged
irrun merged 3 commits intobnb-chain:developfrom
irrun:re/bidfeeceil
Apr 1, 2024
Merged

feat: add bid fee ceil in mev_params#2357
irrun merged 3 commits intobnb-chain:developfrom
irrun:re/bidfeeceil

Conversation

@irrun
Copy link
Copy Markdown
Contributor

@irrun irrun commented Apr 1, 2024

Description

feat: add bid fee ceil in mev_params

@irrun irrun requested review from unclezoro and zzzckck as code owners April 1, 2024 03:31

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

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
Copy Markdown
Contributor

@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
@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