Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flashbots/rbuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.23
Choose a base ref
...
head repository: flashbots/rbuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.24
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 11, 2025

  1. feat: fail bundles with no exclusive profit after simulation (#808)

    ## 📝 Summary
    
    
    Fail bundles with no exclusive profit after first simulation.
    
    
    ## ✅ I have completed the following steps:
    
    * [x] Run `make lint`
    * [x] Run `make test`
    * [ ] Added tests (if applicable)
    
    ---------
    
    Co-authored-by: Daniel Xifra <[email protected]>
    efbig and ZanCorDX authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    4e853d6 View commit details
    Browse the repository at this point in the history
  2. feat: support relay bid sequencing (#795)

    ## 📝 Summary
    
    Support relay bid sequencing via `x-sequence` header. Ref:
    -
    https://docs.ultrasound.money/builders/builder-getting-started#bid-sequencing
    -
    https://docs.titanrelay.xyz/builders/builder-integration#submission-headers
    
    ## ✅ I have completed the following steps:
    
    * [x] Run `make lint`
    * [x] Run `make test`
    * [ ] Added tests (if applicable)
    efbig authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    04ac47f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Relay list disabled on blockprocessor calls (#809)

    ## 📝 Summary
    
    This allows us to deploy with the Multibid features disabled without
    updating blockprocessor.
    ZanCorDX authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    15e0475 View commit details
    Browse the repository at this point in the history
  2. Better parsing for backtesting flag --only-order-ids (#811)

    ## 📝 Summary
    
    Previous version would fail silently with illegal ids (eg: if you forget
    "bundle:" prefix).
    Instead if comparing a string to OrderId.to_string() we parse the
    parameter as OrderId and fail on errors.
    
    
    ## 💡 Motivation and Context
    
    Sinc I strted to ad some vodka t my morning cofe mi tiping gat wors, I
    ned vetter tuols.
    ZanCorDX authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    d01277a View commit details
    Browse the repository at this point in the history
Loading