Skip to content

Releases: bobanetwork/op-geth

v1.101411.8 - upgrade path to v1.101500.0

19 Feb 17:44
Compare
Choose a tag to compare

This release contains a fix to the upstream journaling code (ethereum-optimism@b79c44a) to ensure no critical state is lost when upgrading full nodes and the journal is thrown away due to a journal format update. Any full node operator who intends to upgrade their v1.101411.x op-geth node to v1.101500.0 should first restart their node once with this release. When you run this release and shut it down again, search the shutdown logs for a message

Persisting dirty state to disk

and its buffer_layers argument. It should be lower than 128. If that's the case, you can safely go on to upgrade to v1.101500.0.

As steps:

  • You're running v1.101411.x
  • Start up v1.101411.8 once, let it run for a while, shut down.
  • Check shutdown logs for Persisting dirty state to disk message, check that buffer_layers argument is <128
  • You're good to upgrade to v1.101500.0

The background is that updating the upstream geth dependencies between v1.101411.x and v1.101500.0, there were two journal format updates in the underlying geth versions from v1.14.11 to v1.15.0. This causes the journal do be dropped at startup of the new release v1.101500.0. A full node should be able to recover from this, but we suspect a bug in geth (ethereum/go-ethereum#31131) means that more than 128 layers are part of the journal, so when it's thrown away at startup, the node may be missing critical state and needs to heal its state.

Docker Image

📦 Docker Image: https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.8

Full Changelog: v1.101411.6...v1.101411.8

v1.101411.6 - P2P Fix

30 Jan 21:27
d2685f0
Compare
Choose a tag to compare

❗ All node operators are strongly recommended to upgrade to this release. It contains an urgent security fix (CVE-2025-24883). This fix is the only difference to the prior release v1.101411.5.

Docker Image

📦 Docker Image: https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.6

What's Changed

Full Changelog: v1.101411.5...v1.101411.6

v1.101411.5

29 Jan 18:46
ddaa274
Compare
Choose a tag to compare

v1.101411.4 - Boba Mainnet Holocene

08 Jan 21:20
17b0251
Compare
Choose a tag to compare

Holocene Boba Mainnet Release

The Boba Mainnet L2 will activate Holocene on Wednesday, February 5, 2025, at 20:00:00 UTC (Unix ts: 1738785600).

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.4

What's Changed

Full Changelog: v1.101411.3...v1.101411.4

v1.101411.3 - Testnet Holocene

06 Dec 17:47
1d15cde
Compare
Choose a tag to compare

Testnet Holocene Release

The Boba BNB Testnet L2 and Boba Sepolia L2 will activate Holocene on Monday, January 6, 2024, at 08:00:00 UTC (Unix ts: 1736150400).

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.3

What's Changed

Full Changelog: v1.101411.2...v1.101411.3

v1.101411.3-beta.1

26 Nov 18:29
92c2cfc
Compare
Choose a tag to compare
v1.101411.3-beta.1 Pre-release
Pre-release

Patch

This resolves the issue of decoding legacy transactions.

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.3-beta.1

What's Changed

Full Changelog: v1.101411.2...v1.101411.3-beta.1

v1.101411.2 - Devnet Holocene

22 Nov 21:04
489f364
Compare
Choose a tag to compare

Devnet Holocene Release

The Boba Devnet activates Holocene on Mon Nov 25 08:00:00 UTC 2024 (unix ts 1732435200).

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.2

What's Changed

Full Changelog: v1.101411.1...v1.101411.2

v1.101411.1 - upstream op-geth v1.101411.1 merge

15 Nov 18:39
deaa27c
Compare
Choose a tag to compare

This release contains the upstream go-geth changes until v1.101411.1.

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.1

What's Changed

Full Changelog: v1.101411.0...v1.101411.1

v1.101411.0 - upstream geth v1.14.11 merge

04 Nov 21:28
4d900fd
Compare
Choose a tag to compare

This release contains the upstream go-ethereum changes until v1.14.11 (ethereum-optimism#396).

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101411.0

What's Changed

Full Changelog: v1.101408.0...v1.101411.0

v1.101408.0

15 Oct 17:48
Compare
Choose a tag to compare

This release is based on op-geth v1.101408.0 from Optimism.

Docker Image

📦 https://us-docker.pkg.dev/boba-392114/bobanetwork-tools-artifacts/images/op-geth:v1.101408.0

What's Changed

New Contributors

Full Changelog: https://github.com/bobanetwork/op-geth/commits/v1.101408.0