Skip to content

Releases: CryptoManufaktur-io/optimism-docker

Version 3.2.0

09 Dec 17:14
Compare
Choose a tag to compare

This is an optional release with new features

Changes

  • Support chains that require a rollup.json and genesis.json
    • Use ROLLUP_URL and GENESIS_URL
    • SEQUENCER can be empty
    • L1_BEACON can be empty
    • ROLLUP_HALT is configurable, and can be empty
    • OPNODE_SYNC_MODE is configurable, and can be empty
    • DISABLE_TX_GOSSIP is configurable
    • OPNODE_P2P_BOOTNODES, OPNODE_P2P_STATIC_PEERS and OPGETH_P2P_BOOTNODES are configurable
    • OPNODE_DOCKER_REPO and OPGETH_DOCKER_REPO are configurable
  • Support snapshots in two parts, using SNAPSHOT for the base and SNAPSHOT_PART for the additional variable. Optimism delivers snapshots this way

Version 3.1.0

04 May 01:22
Compare
Choose a tag to compare

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

20 Mar 19:00
Compare
Choose a tag to compare

This is an optional release with new features

Breaking changes

  • Requires the op-node and op-geth Ecotone releases v1.7.1 or later and v1.101308.2 or later

New features

  • Uses snap sync by default
  • Supports flat snapshots that directly contain geth/chaindata

Version 2.0.0

17 Feb 11:58
Compare
Choose a tag to compare

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

12 Jan 09:35
Compare
Choose a tag to compare

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 of local, so that multiple copies of Optimism Docker on the same machine don't overwrite each other's images

Version 1.3.2

08 Nov 22:01
Compare
Choose a tag to compare
  • 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 or data/geth/chaindata
  • ./optd improvements from upstream

Version 1.3.1

02 Nov 16:04
Compare
Choose a tag to compare

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

07 Jun 11:55
Compare
Choose a tag to compare

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 and EL_EXTRAS are functional