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.5
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.6
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 1, 2025

  1. refund bundle correct recovery (#651)

    ## 📝 Summary
    
    <!--- A general summary of your changes -->
    
    ## 💡 Motivation and Context
    
    <!--- (Optional) Why is this change required? What problem does it
    solve? Remove this section if not applicable. -->
    
    ---
    
    ## ✅ I have completed the following steps:
    
    * [ ] Run `make lint`
    * [ ] Run `make test`
    * [ ] Added tests (if applicable)
    dvush authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    b1494ae View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. New param on relays replacing fast and independent concept. (#655)

    ## 📝 Summary
    
    Removed all the fast and independent logic and new each relay has an
    optional max_bid.
    If the limit is set, only bids below that value are sent to that relay.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    76560cd View commit details
    Browse the repository at this point in the history
Loading