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

Commits on Feb 9, 2026

  1. Dx/improve docker speed (#879)

    ## 📝 Summary
    
    - ARM64 docker
    - Speed improvement by recycling built bin.
    
    ## ✅ I have completed the following steps:
    
    * [X] Run `make lint`
    * [X] Run `make test`
    * [ ] Added tests (if applicable)
    ZanCorDX authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    e0ac042 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. CI: Split Claude workflow into pr and issues (#878)

    ## 📝 Summary
    
      - Split Claude actions into PR‑only and issues‑only workflows.
    - PR workflow handles reviews and @claude on PR comments; issues
    workflow handles @claude in issues and replies there.
      - Issue workflow can comment on issues but has no PR or git tooling.
    shashial authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    45a1a7b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. improve claude workflows clarity and security (#883)

    ## 📝 Summary
    - Apply least-privilege permissions — moved permissions from
    workflow-level to per-job.
    - Prevent double-trigger on @claude review — claude-response now
    excludes @claude review comments on the issue_comment path, so only
    claude-manual-review handles those.
    - Add concurrency groups — each job cancels stale in-progress runs per
    PR, preventing redundant parallel executions on rapid pushes.
      - Add security prompt to interactive mode.
    shashial authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    623b44e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Fix Flashbots relay endpoint (#888)

    ## 📝 Summary
    
    Previously included endpoint was internal without stability guarantees,
    switch to public-facing one.
    
    ## 💡 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)
    ilyaluk authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    af5b52d View commit details
    Browse the repository at this point in the history
Loading