Releases: ethereum-optimism/op-geth
Release op-geth v1.101105.0
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
- Add missing L1CostFunc set by @mdehoog in #70
- core: Set L1CostFunc in NewEVMBlockContext by @ajsutton in #71
- Update geth to Vana (v1.11.4) by @protolambda in #72
- Add upstream release check by @ajsutton in #73
- optimism: fork.yaml update upstream base commit by @protolambda in #75
- Update to geth v1.11.5 (erszbat) by @ajsutton in #74
- optimism: fork.yaml update upstream base commit with 1.11.5 changes by @ajsutton in #76
- ci: Tag latest build by @trianglesphere in #78
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
This release includes some fixes for the regolith HF.