Releases: CryptoManufaktur-io/optimism-docker
Releases · CryptoManufaktur-io/optimism-docker
Version 3.2.0
This is an optional release with new features
Changes
- Support chains that require a
rollup.json
andgenesis.json
- Use
ROLLUP_URL
andGENESIS_URL
SEQUENCER
can be emptyL1_BEACON
can be emptyROLLUP_HALT
is configurable, and can be emptyOPNODE_SYNC_MODE
is configurable, and can be emptyDISABLE_TX_GOSSIP
is configurableOPNODE_P2P_BOOTNODES
,OPNODE_P2P_STATIC_PEERS
andOPGETH_P2P_BOOTNODES
are configurableOPNODE_DOCKER_REPO
andOPGETH_DOCKER_REPO
are configurable
- Use
- Support snapshots in two parts, using
SNAPSHOT
for the base andSNAPSHOT_PART
for the additional variable. Optimism delivers snapshots this way
Version 3.1.0
This is an optional release with new features
Changes:
- Support snapshots copied from Google Cloud storage repos, e.g. Mode L2
Version 3.0.0
This is an optional release with new features
Breaking changes
- Requires the op-node and op-geth Ecotone releases
v1.7.1
or later andv1.101308.2
or later
New features
- Uses snap sync by default
- Supports flat snapshots that directly contain
geth/chaindata
Version 2.0.0
This is a mandatory release for the Ecotone hardfork
Breaking changes
- Requires op-node
v1.6.1
or later - An
L1_BEACON
must be set in.env
Version 1.5.0
This is an optional release with new features
- Support new fastnode snapshot format for Optimism
--rollup.halt=major
by default to more easily survive a hardfork if updates are missed- op-node persists its own peer ID as well as the peering database it builds
- Locally-built image is now tagged with
${NETWORK}
instead oflocal
, so that multiple copies of Optimism Docker on the same machine don't overwrite each other's images
Version 1.3.2
- Support Base snapshot; should also work for other chains as long as they use tar with zstd, gzip or uncompressed, and their directory structure is
chaindata/
,geth/chaindata
ordata/geth/chaindata
./optd
improvements from upstream
Version 1.3.1
Support all OP Stack chains: Optimism, Base, PGN, Zora
- Stronger error handling during
./optd update
- Connection type (http or ws) between op-node and op-geth can be chosen
- Improvements to
./optd install
and Docker Compose version check from upstream
Version 1.0.1
First Bedrock mainnet release
- aria2 for snapshot download
./ethd version
also prints op-node version- Better JWT secret generation with more bits of randomness
CL_EXTRAS
andEL_EXTRAS
are functional