Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
52 changes: 40 additions & 12 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
/cargo
/data
/mev-test-contract/cache
/mev-test-contract/out
/target
/scripts/benchmark-results.*
# Git
.git/
.github/
.gitignore
.gitmodules

# Build artifacts
/target/
/cargo/
/data/
/test/
/integration_logs
Dockerfile
/integration_logs/
genesis.json
/op-reth
/scripts/benchmark-results.*

# IDE/Editors
.code/
.idea/
.vscode/
.DS_Store
.editorconfig

# Documentation
*.md
docs/
CODEOWNERS

# CI/Dev tools
justfile
Makefile
zepter.yaml
rustfmt.toml
rust-toolchain.toml

# Environment
.env

# editors
.code
.idea
.vscode
# Misc
/mev-test-contract/cache/
/mev-test-contract/out/
.dockerignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ genesis.json
.code
.idea
.vscode
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-rbuilder

[![CI status](https://github.com/flashbots/op-rbuilder/actions/workflows/op_rbuilder_checks.yaml/badge.svg)](https://github.com/flashbots/op-rbuilder/actions)
[![CI status](https://github.com/AdekunleBamz/op-rbuilder/actions/workflows/op_rbuilder_checks.yaml/badge.svg)](https://github.com/AdekunleBamz/op-rbuilder/actions)

`op-rbuilder` is a Rust-based block builder designed to build blocks for the Optimism stack.

Expand Down