github ethereum-optimism/optimism op-node/v1.0.1
Release op-node v1.0.1

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

This is a recommended release for Optimism Goerli

Changes

  • P2P-Metrics added #5204
  • RPC poll-time fix and rate-limit functionality and New Flags in #5230
    • l1.rpc-rate-limit: configure op-node to rate-limit requests to the L1 RPC
    • l1.rpc-max-batch-size: configure op-node to limit L1 RPC batch requests size (receipts may be fetched in batches, also see l1.rpckind)
    • l1.http-poll-interval: configure op-node to poll L1 RPC at different interval (only applicable when using an HTTP based RPC provider)
  • RPC receipt fetching now resets back to the preferred methods automatically, after temporarily falling back to available methods upon an RPC error that indicates the method is not available. #5231
  • RPC hardening of block and header fetching: #5231
  • Logger now is log-format by default if it does not detect a terminal (i.e. running in docker) (#5085)
    • Can specify terminal, logfmt, json. text means terminal if it detects a terminal other it means logfmt
    • color still defaults to true if it detects a terminal. Only relevant for terminal logging.
  • Increase finality (on L2) speed with few batches (#5061)
  • Lots of logging improvements.

🚢 Docker images are available on GCR

Don't miss a new optimism release

NewReleases is sending notifications on new releases.