Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5cd19de
Add flashtestation builder tx and registration in block (#282)
avalonche Oct 16, 2025
012577e
Add flashtestations integration tests (#283)
avalonche Oct 16, 2025
fa24368
chore: add unused_async lint, deny unreachable_pub (#299)
noot Oct 17, 2025
a3ff8ea
refactor: clean up flashblocks context in payload builder (#297)
noot Oct 20, 2025
ab3278d
release: 0.2.7 (#300)
0x416e746f6e Oct 20, 2025
4b934e4
fix: remove incomplete step (#301)
0x416e746f6e Oct 20, 2025
663b981
Add permit flashtestations tx calls from builder (#285)
avalonche Oct 22, 2025
b601bcd
Remove non permit flashtestation calls (#302)
avalonche Oct 23, 2025
8f08b2e
feat: implement p2p layer and broadcast flashblocks (#275)
noot Oct 27, 2025
ceaf1c7
release: 0.2.8 (#304)
0x416e746f6e Oct 27, 2025
440183b
feat: implement flashblock sync over p2p (#288)
noot Oct 28, 2025
23f503d
reth bump (#306)
SozinM Nov 3, 2025
e6d72ad
docs: clarify bundle block + fb number param interaction (#307)
akundaz Nov 3, 2025
21046aa
feat: publish synced flashblocks to ws (#310)
noot Nov 3, 2025
0019a7b
Add permit functions for flashblocks number contract (#287)
avalonche Nov 4, 2025
b473f4e
remove ws publishing from synced flashblocks (#312)
noot Nov 4, 2025
8651c3b
Merge base/op-rbuilder release_upstream into flashbots main
tobidae-cb Nov 10, 2025
77952e0
fix: Add gas_limit_config field and make block_gas_limit() public
tobidae-cb Nov 10, 2025
78d079a
chore: Update rollup-boost to v0.7.8 for reth 1.9.1 compatibility
tobidae-cb Nov 10, 2025
e56fae5
chore: apply nightly formatting fixes
tobidae-cb Nov 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-docker:
name: Build Docker image
runs-on: warp-ubuntu-latest-x64-32x
runs-on: warp-ubuntu-latest-x64-16x

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/op_rbuilder_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
lint_and_test:
name: Lint and test
runs-on: warp-ubuntu-latest-x64-32x
runs-on: warp-ubuntu-latest-x64-16x
env:
# Set features for the Makefile
FEATURES: ${{ matrix.features }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/op_rbuilder_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
matrix:
configs:
- target: x86_64-unknown-linux-gnu
runner: warp-ubuntu-latest-x64-32x
runner: warp-ubuntu-latest-x64-16x
- target: aarch64-unknown-linux-gnu
runner: warp-ubuntu-latest-arm64-32x
# Paused until docker is pre-installed https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.configs.platform }}
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.VERSION }}-${{ env.PLATFORM }}
tags: ${{ steps.meta.outputs.tags }}
build-args: |
FEATURES=${{ github.event.inputs.features || '' }}
RBUILDER_BIN=op-rbuilder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tdx_quote_provider_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
configs:
- target: x86_64-unknown-linux-gnu
runner: warp-ubuntu-latest-x64-32x
runner: warp-ubuntu-latest-x64-16x
- target: aarch64-unknown-linux-gnu
runner: warp-ubuntu-latest-arm64-32x
# Paused until docker is pre-installed https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
Expand Down
Loading
Loading