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: support MEV #2224

Merged
merged 4 commits into from
Mar 8, 2024
Merged

feat: support MEV #2224

merged 4 commits into from
Mar 8, 2024

Commits on Mar 6, 2024

  1. feat: support MEV

    * core/types: define Bid and related error message
    * internal/eth_api: add MevAPI to receive bids from builder
    * eth/api_admin: add API to support start and stop mev dynamically
    * miner: add bidSimulator to maintain bid simulation and fetch best bid from
    * consensus: add func to query the next inturn validator
    irrun committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0fd52bb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat: add mev ethclient

    irrun committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2dd66e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    8d2f014 View commit details
    Browse the repository at this point in the history
  2. fix: nancy ci

    irrun committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    725d972 View commit details
    Browse the repository at this point in the history