github ethereum-optimism/optimism v1.0.4
Release op-node,op-batcher,op-proposer v1.0.4

latest releases: op-proposer/v1.9.4-rc.1, op-node/v1.9.4-rc.1, op-batcher/v1.9.4-rc.1...
17 months ago

This is a recommended release for Optimism Goerli

Changes

This release includes several important changes.

  • Fixes a panic in the batcher on nil access
  • Fixes a bug where the op-node could enter a reset loop & syncing would stall.
  • Improves the ability of the op-node to finalize blocks while syncing. This is important because op-geth does not store the safe head & reverts it to the finalized head on restarts. This would cause problems if op-geth was restarted while op-node was still syncing
  • Uses normal (non-batched) RPC calls when batchSize == 1
  • Logging improvements
  • Includes a fix to how P2P config options are applied
  • Adds more metrics to the transaction manager
  • Adds the ability to view all metrics in the op-batcher and the op-proposer.
    • Run op-batcher doc metrics to view
    • Run op-proposer doc metrics to view
    • Note: This has previously worked with the op-node with the same command (op-node doc metrics)

Partial Changelog

New Contributors

Full Changelog: v1.0.3...v1.0.4

🚢 Docker images are available on GCR

Don't miss a new optimism release

NewReleases is sending notifications on new releases.