Skip to content

Releases: base-org/node

v0.2.0

27 Apr 21:59
9a155b3
Compare
Choose a tag to compare

Pointing at upstream commits:

For the previous Regolith hardfork release (v0.1.1), the sequencer was misconfigured which caused the Regolith hardfork to fail. We decided to reschedule the Regolith hardfork to timestamp 1683219600 (Thursday May 4, 2023 @ 17:00:00 UTC) with ethereum-optimism/op-geth/pull/89.

This release also configures the op-geth build to point to a commit from a hotfix provided by ethereum-optimism/op-geth/pull/90, which fixes some nodes stuck on block 3710592 (the block after the previous Regolith hardfork was scheduled). While the Regolith upgrade was reverted in v0.1.3, some node operators still experienced stuck nodes, which this hotfix addresses.

To upgrade:

  • ensure you are using the commits referenced above (or use our provided Dockerfile)
  • ensure your goerli/rollup.json has been updated to the latest version provided by this repo

If you are using docker-compose to run the node, simply pull the latest version, and run:

docker-compose stop
docker-compose build
docker-compose up

v0.1.3

27 Apr 17:33
eec90b8
Compare
Choose a tag to compare

Pointing at upstream commits:

The sequencer was misconfigured which caused the Regolith hardfork to fail. This release reverts the Regolith configuration temporarily. We will follow up with a new Regolith hardfork release soon.

To upgrade:

  • ensure you are using the commits referenced above (or use our provided Dockerfile)
  • ensure your goerli/rollup.json has been updated to the latest version provided by this repo

If you are using docker-compose to run the node, simply pull the latest version, and run:

docker-compose stop
docker-compose build
docker-compose up

v0.1.2

27 Apr 17:38
4637129
Compare
Choose a tag to compare

Release removed due to misconfiguration.

v0.1.1

21 Apr 19:08
4f7a77b
Compare
Choose a tag to compare

Pointing at upstream commits:

This schedules the Regolith hardfork for block at timestamp 1682614800 (Thu Apr 27 2023 17:00:00 GMT+0000). See ethereum-optimism/op-geth#83 and #44.

To upgrade:

  • ensure you are using the commits referenced above (or use our provided Dockerfile)
  • ensure your goerli/rollup.json has been updated to the latest version provided by this repo

If you are using docker-compose to run the node, simply pull the latest version, and run:

docker-compose stop
docker-compose build
docker-compose up

v0.1.0

20 Apr 21:48
2c62599
Compare
Choose a tag to compare

Pointing at upstream commits:

Please upgrade to v0.1.1 for Regolith hard fork compatibility.

v0.0.4

23 Mar 00:29
57a7c49
Compare
Choose a tag to compare

Pointing at upstream commits:

Also removes the OP_NODE_L1_TRUST_RPC=true override from the docker-compose, as ethereum-optimism/optimism#5144 is now merged.

v0.0.3

15 Mar 01:16
82956b0
Compare
Choose a tag to compare

Hotfix for Goerli Shapella upgrade:

This temporarily enables OP_NODE_L1_TRUST_RPC=true (a.k.a. --l1.trustrpc), because Capella + Shanghai blocks are currently not supported by op-node. Once ethereum-optimism/optimism#5144 is merged, this override can be removed.

v0.0.2

07 Mar 16:50
e502f52
Compare
Choose a tag to compare

v0.0.1

07 Mar 15:52
90a45bf
Compare
Choose a tag to compare