Skip to content

Tags: bobanetwork/boba

Tags

op-node/v1.16.5-boba

Toggle op-node/v1.16.5-boba's commit message
feat: add docker-build target using podman

Add a `make docker-build` target that builds all op-* Docker containers
using podman, translating the upstream docker-bake.hcl configuration.

Usage:
  make docker-build                     # Build all containers
  make docker-build TAG=v1.16.5         # Build with specific tag
  make docker-build TARGETS="op-node"   # Build specific targets

Builds: op-node, op-batcher, op-proposer, op-challenger, op-dispute-mon,
        op-supervisor, op-conductor

op-node/v1.16.3-boba

Toggle op-node/v1.16.3-boba's commit message
Update go.mod to use boba op-geth for superchain

op-node/v1.16.2-boba

Toggle op-node/v1.16.2-boba's commit message
Update go.mod to use boba op-geth for superchain

op-challenger/v1.7.0-boba

Toggle op-challenger/v1.7.0-boba's commit message
Workaround missing fake mise deps

op-batcher/v1.16.2-boba

Toggle op-batcher/v1.16.2-boba's commit message
Update go.mod to use boba op-geth for superchain

op-node/v1.14.1

Toggle op-node/v1.14.1's commit message
Update go.mod to use boba op-geth for superchain

op-challenger/v1.6.0

Toggle op-challenger/v1.6.0's commit message
Update go.mod to use boba op-geth for superchain

op-batcher/v1.16.0

Toggle op-batcher/v1.16.0's commit message
Update go.mod to use boba op-geth for superchain

op-node/v1.13.7

Toggle op-node/v1.13.7's commit message
Create minimal circleci configuration

See comment in config file for more description, but, rather than fight
merge conflicts, hyper specific CI runner configurations and more, this
commit simply creates a parallel path for the pieces of CI we actually
care about.  Since our diff has gotten to be so tiny (i.e. only changing
the go-mod replace directive) this should be safe and much simpler.

op-proposer/v1.10.0

Toggle op-proposer/v1.10.0's commit message
Create minimal circleci configuration

See comment in config file for more description, but, rather than fight
merge conflicts, hyper specific CI runner configurations and more, this
commit simply creates a parallel path for the pieces of CI we actually
care about.  Since our diff has gotten to be so tiny (i.e. only changing
the go-mod replace directive) this should be safe and much simpler.