Skip to content

Releases: ethereum-optimism/op-geth

Release op-geth v1.101105.2

31 May 18:58
db68332
Compare
Choose a tag to compare

This is a recommended release for op-geth.

This release includes two changes from v1.101105.1

  • Added the flag rollup.computependingblock which will enable creating the pending block, which is otherwise disabled and copies the latest block.
  • Fixes the JSON receipt API to properly include the L1 overhead in the L1 gas on the receipt. This does not affect the consensus encoding of receipts.

Docker Image: https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101105.2

Full Changelog: v1.101105.1...v1.101105.2

Release op-geth v1.101105.1

24 Apr 18:28
24ae687
Compare
Choose a tag to compare

This is a mandatory release for Base Goerli and upgrading is required before 2023-04-27.
This is a recommended release for Optimism Goerli.

What's Changed

New Contributors

Full Changelog: v1.101105.0...v1.101105.1

Release op-geth v1.101105.0

08 Apr 19:24
70fbe82
Compare
Choose a tag to compare

This is a recommended update for nodes running the transaction pool. For other nodes this is a minor candidate and upgrading is optional.
This is recommended for nodes running the transaction pool because this includes a fix from Geth v1.11.4.

This release of op-geth includes all changes from upstream geth releases 1.11.3, 1.11.4, and 1.11.5

This also includes a fix for panic in debug_traceBlockByHash (#70)

What's Changed

Full Changelog: v1.11.2-13ee9ab...v1.101105.0

New Release Tag Format 🏷️

From this release on, we use a new format for our release tags. The upstream go-ethereum minor and patch version numbers are contained in the minor version as the 3rd-6th digit, so this release v1.101105.0 is based on geth 1.11.5. Our minor release starts with 10 because correct semver versions cannot start with a leading zero.

Release op-geth v1.11.2-13ee9ab

08 Mar 20:28
13ee9ab
Compare
Choose a tag to compare

This release includes some fixes for the regolith HF.

What's Changed

  • core/rawdb: Add DepositNonce and legacy fields to copy of storedReceiptRLP in accessors_chain by @ajsutton in #63
  • Tag optimism branch by @mslipper in #66
  • core: Don't require L1 cost to be paid when simulating transactions by @ajsutton in #67