Skip to content

Releases: base-org/node

v0.7.0

01 Feb 23:15
397e9cb
Compare
Choose a tag to compare

❗ This is a mandatory release for node operators on Mainnet and Goerli. It includes two protocol upgrade activations:

  • Delta activates on Mainnet at Thu Feb 22 00:00:00 UTC 2024
  • Ecotone activates on Goerli at Tue Feb 6 17:00:00 UTC 2024

✨ The Ecotone upgrade brings 4844 and Cancun extensions to the L2.
⚑ Other features in this release include experimental snap sync support for trusted environments and improved shutdown behavior of op-batcher

Config changes:
With the Ecotone upgrade, op-node needs to connect to an L1 beacon client in order to be able to fetch blobs, whose endpoint is specified with the --l1.beacon flag (or OP_NODE_L1_BEACON env var). If you are using a Lighthouse CL client, you must update to at least the v4.6.0 finalized release.

Full changelog:
ethereum-optimism/optimism@v1.4.3...v1.5.0

v0.6.1

19 Dec 00:05
2f3557e
Compare
Choose a tag to compare

❗ This is a recommended release for Base Mainnet. Upgrading to v0.6.0 or higher is required before 2024-01-11 for the Canyon hardfork which activates at Thu Jan 11 17:00:01 UTC 2024 (unix timestamp: 1704992401).

Upgrades op-node/op-batcher/op-proposer from v1.4.0 to v1.4.1.

If you are using custom configuration or entrypoint scripts and haven't already made the changes recommended in release 0.5.0, please ensure you:

  • op-node: set the OP_NODE_NETWORK variable, or use the --network flag. The value is one of base-goerli, base-sepolia, base-mainnet.
  • op-geth: set the --op-network flag, passing the same network value as above (one of base-goerli, base-sepolia, base-mainnet)
  • op-geth: enable the --rollup.superchain-upgrades flag

v0.6.0

15 Dec 17:18
2218eab
Compare
Choose a tag to compare

❗ This is a mandatory release for Base Mainnet and upgrading is required before 2024-01-10. This includes all features required for the mainnet Canyon hardfork which will be activating at Thu Jan 11 17:00:01 UTC 2024 (unix timestamp: 1704992401).

❗ This is a mandatory release for Base Sepolia & Goerli and upgrading is required before 2023-12-20. This includes all features required for the Delta Network Upgrade which will be activating at 1703116800 Thu Dec 21 00:00:00 UTC 2023 for Goerli & at 1703203200 Fri Dec 22 00:00:00 UTC 2023 for Sepolia.

Upgrades the node software:

Important note: If you are running a batcher or proposer please use the op-batcher/v1.4.1 and op-proposer/v1.4.1 hotfixes.

v0.5.1

07 Nov 18:19
b497411
Compare
Choose a tag to compare

Upgraded the node software:

This is an optional release with some non-critical fixes for the base goerli & sepolia Canyon hardfork (primarily: ignoring any P2P blocks that contain withdrawals), as well as setting some suggested flags (see #139):

  • op-node: --rollup.load-protocol-versions=true
  • op-geth: --rollup.halt=major
  • op-geth: removing optional --rollup.superchain-upgrades

Also adds some quality of life envvars for reducing required disk space (see #146):

  • Setting OP_GETH_GCMODE=full supports running a full node (defaults to archive)
  • Setting OP_GETH_STATE_SCHEME=path switches the Ethereum state storage scheme to path (defaults to hash)

v0.5.0

02 Nov 04:00
5f68f89
Compare
Choose a tag to compare

Upgraded the node software:

These releases are Canyon hardfork ready. The configuration and entrypoint scripts have been modified to prepare for the Canyon hardfork on Base Goerli and Base Sepolia testnets at block 1699981200 (Tue Nov 14 17:00:00 2023 UTC).

If you are using custom configuration or entrypoint scripts, please ensure you:

  • op-node: set the OP_NODE_NETWORK variable, or use the --network flag. The value is one of base-goerli, base-sepolia, base-mainnet.
  • op-geth: set the --op-network flag, passing the same network value as above (one of base-goerli, base-sepolia, base-mainnet)
  • op-geth: enable the --rollup.superchain-upgrades flag

Verifying your configuration on Goerli & Sepolia

You can verify your node is configured correctly with the following:

  • Both op-node and op-geth log their configuration at startup
  • Check that Canyon time is set to 1699981200 in the op-node logs
  • Check that Canyon time and Shanghai time are set to 1699981200 in the op-geth logs

What's Changed

  • Update op-geth + op-node in preparation for the canyon hardfork by @mdehoog in #135

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Oct 22:11
f098bb9
Compare
Choose a tag to compare

Adds supervisord which enables support for running both op-geth and op-node in a single container. See https://github.com/base-org/node#running-in-single-container-with-supervisord for more information. Note this is backwards compatible, docker-compose is still supported.

Also upgraded the node software:

v0.3.3

06 Oct 17:08
4d87a51
Compare
Choose a tag to compare

Fixes a bug in v0.3.2 for those using docker-compose: the cmd was set to sh which doesn't support the variable substitution introduced in #119. Switches to bash.

v0.3.2

05 Oct 19:28
3bd8dc8
Compare
Choose a tag to compare

This release switches the OP_NODE_L2_ENGINE_RPC in the default configuration to use websockets instead of http (see #119). Using the http protocol can cause chain halts in certain scenarios, and this recommends switching to websockets to avoid this. If you configure your OP_NODE_L2_ENGINE_RPC / --l2 differently, we recommend updating your configuration to use ws.

Also upgraded the node software:

v0.3.1 (sepolia)

27 Sep 20:52
071afe1
Compare
Choose a tag to compare

This release contains the Base sepolia configuration.

Also upgraded the node software:

v0.3.1-rc.3

12 Sep 21:41
3bf7383
Compare
Choose a tag to compare
v0.3.1-rc.3 Pre-release
Pre-release

Update op-node from v1.1.1 to v1.1.3