Skip to content

Release op-node,op-batcher,op-proposer v1.0.4

Choose a tag to compare

@trianglesphere trianglesphere released this 24 Apr 18:16
· 19557 commits to develop since this release
e6f1f61

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

  • @nickqiaoo made their first contribution in #5400
  • @nolanxyg made their first contribution in #5454

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

🚢 Docker images are available on GCR