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: merge with upstream v1.4.14 #2673

Open
wants to merge 45 commits into
base: develop
Choose a base branch
from

Commits on Mar 13, 2024

  1. builder: implement BEP322 builder-api (#7)

    * feat: mev-builder
    
    * consesus: add a interface to set validator at runtime
    * core/txpool: add bundlepool to maintain bundle txs
    * core/type: define bundle
    * internal/ethapi: add sendBundle, bundlePrice, unregis
    * ethclient: add SendBundle
    * miner: add fillTransacitonsAndBundles, add Bidder to sendBid to validators
    * add README.builder.md
    ---------
    
    Co-authored-by: raina <[email protected]>
    pythonberg1997 and irrun authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    884dad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix: index out of range (#10)

    irrun authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8943e3f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #11 from bnb-chain/bnb-chain/develop

    merge: bnb-chain develop
    irrun authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    845fbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf64eb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    98d57b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca13b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    219c0b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ea234 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    7618542 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from bnb-chain/roshan/builder

    feat: merge with upstream bsc v1.4.5
    pythonberg1997 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    30c5d53 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    a00f223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c242b27 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix: some builder issues (#22)

    * fix: allow fast node to rewind after abnormal shutdown (bnb-chain#2401)
    
    (cherry picked from commit fb435eb)
    
    * fix: bundlepool concurrent read and write and commit blob tx issue
    
    * feat: set MaxBundleAliveBlock as bundle's default ddl
    
    ---------
    
    Co-authored-by: buddho <[email protected]>
    Co-authored-by: irrun <[email protected]>
    3 people authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b5e2af8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    b33e1d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat: add reconnectLoop for mev validators (#25)

    * feat: add `reconnectLoop` for mev validators
    
    * fix lint issue
    
    * fix review comments
    
    * fix review comments
    pythonberg1997 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    647c903 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    dc378ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b33b87 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from bnb-chain/re/merge-v1.4.6

    feat: merge with upstream bsc v1.4.6
    irrun authored May 6, 2024
    Configuration menu
    Copy the full SHA
    b467bae View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    0939f04 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    5a7b493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe3f00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from bnb-chain/merge-v1.4.9

    feat: merge with upstream v1.4.9
    irrun authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4c91334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff0e6e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Merge pull request #34 from bnb-chain/develop

    merge upstream v1.4.10 code
    unclezoro authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b0668a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3862b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d834a83 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. chore: builder readme

    irrun committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f7f161f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from bnb-chain/readme

    chore: builder readme
    irrun authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    295354c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    5d89879 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    b6cf5b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Revert "fix: return exact result when send bundle (#40)" (#41)

    This reverts commit b6cf5b6.
    irrun authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    aed1d66 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. feat: only take non-mem txs to calculate bundle price && add api to s…

    …imulate gasless bundle (#42)
    irrun authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dc3c294 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge pull request bnb-chain#2607 from NathanBSC/for_release_v1.4.12

    Revert "miner/worker: broadcast block immediately once sealed (bnb-chain#2576)"
    zzzckck authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    83a9b13 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    957523e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    1d4045f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from bnb-chain/merge-bohr

    feat: merge with upstream develop (bohr)
    unclezoro authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d5ab727 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request bnb-chain#2633 from bnb-chain/develop

    Draft release v1.4.13
    zzzckck authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    26a4d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    b655488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d148b4b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from bnb-chain/merge-1.4.13

    feat: merge with upstream v1.4.13
    unclezoro authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f48e4bf View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    86406c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3288b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0392500 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from bnb-chain/fix-bidargs

    fix: unrevertible tx hashes in bidArgs
    unclezoro authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    47fa085 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    57d789d View commit details
    Browse the repository at this point in the history