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.3.1
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.3.3
Choose a head ref
  • 11 commits
  • 35 files changed
  • 3 contributors

Commits on Dec 17, 2025

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

Commits on Dec 18, 2025

  1. disk-backup-db-param (#841)

    ## 📝 Summary
    
    Made the internal DiskBackup creation in
    spawn_clickhouse_inserter_and_backup a param so it can be shared among
    several tables.
    
    ## 💡 Motivation and Context
    
    Needed for flow proxy
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    * [X] Decorated my Christmas tree putting on top an Ethereum logo
    instead of a star.
    ZanCorDX authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    95323c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. fix: estimate gas for rebalancer transactions (#844)

    ## 📝 Summary
    
    Initially, the gas limit for rebalancer transactions was hardcoded since
    they were intended only for EOA top ups. Add gas limit estimation step
    to allow rebalancing transactions to smart contracts (e.g. multisigs).
    
    ## ✅ I have completed the following steps:
    
    * [x] Run `make lint`
    * [x] Run `make test`
    * [ ] Added tests (if applicable)
    efbig authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    8baabaa View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. distinguish non critical_sim_error (#845)

    ## 📝 Summary
    
    This PR avoids generating ERRORs and triggering alarms on MEV Protect
    errors.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    * [X] Cooked new year's eve dinner (anybody with more than 10 approved
    PRs is invited for dinner)
    ZanCorDX authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    6640533 View commit details
    Browse the repository at this point in the history
  2. Refactored Version info (#839)

    ## 📝 Summary
    
    New macro to avoid copy/pasting version stuff.
    
    ## 💡 Motivation and Context
    
    My keyboard is broken and the letter after B does not work so I an't
    make opy/paste.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    * [X] Added and extra annoying check
    ZanCorDX authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    aa7de7d View commit details
    Browse the repository at this point in the history
  3. New metric for the max clickhouse backup size (#840)

    ## 📝 Summary
    
    This metric allows to automate alerts without hardcoded values.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    * [X] <-------<< Shot an arrow into the check list.
    ZanCorDX authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    84965a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. Bidding service server part. (#849)

    ## 📝 Summary
    
    So far we only had published the client part of the protocol to handle
    remote bidding, now we have also the server side.
    A sample bidding service
    (crates/rbuilder-operator/src/bin/tbv-bidding-service.rs) is provided
    using the TBV bidder.
    
    
    ## 💡 Motivation and Context
    
    This will allow better Buildernet testing.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    646a7c8 View commit details
    Browse the repository at this point in the history
  2. Dx/polish tbv bidding service (#850)

    ## 📝 Summary
    
    Moved test cfg.
    Release workflow generates the artifact.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    3eabb77 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Tokio metrics collector (#847)

    ## 📝 Summary
    
    This PR adds a few metrics from tokio without using any unstable stuff.
    In the future we might consider using tokio unstable for more stuff.
    
    ## 💡 Motivation and Context
    
    We need to constantly measure Tokio to be sure Godzilla fits.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    2205648 View commit details
    Browse the repository at this point in the history
  2. Removed unused dep (#838)

    ## 📝 Summary
    
    Removed unused dep
    
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    e1edda1 View commit details
    Browse the repository at this point in the history
  3. test-utils feature (#852)

    ## 📝 Summary
    
    Exposes test fn with new feature
    
    ## 💡 Motivation and Context
    
    I'm a free spirit, I don't need motivation to do things.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    84394d8 View commit details
    Browse the repository at this point in the history
Loading