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

latest releases: proofs-tools/v1.0.0-alpha.6, op-challenger/v1.1.1, proofs-tools/v1.0.0-alpha.5...
17 months ago

What's Changed

This is a recommended release for the op-batcher and op-proposer. This is a minor release for the op-node.

  • network-timeout or $PREFIX_NETWORK_TIMEOUT
  • txmgr.send-timeout or $PREFIX_TXMGR_TX_SEND_TIMEOUT
  • txmgr.receipt-query-interval or $PREFIX_TXMGR_RECEIPT_QUERY_INTERVAL

New Flags in #5286

  • txmgr.not-in-mempool-timeout or $PREFIX_TXMGR_TX_NOT_IN_MEMPOOL_TIMEOUT
  • Meaning of the flag is a timeout for how long the tx manager will wait before aborting if the transaction does not make it to the mempool.

Batcher Defaults changed in #5306

  • ReceiptQueryInterval is now 12s by default (was 30s)
  • ResubmissionInterval is now 48s by default (was 30s)

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)

Relevant PRs

New Contributors

Full Changelog: op-node/v1.0.1...v1.0.2

Don't miss a new optimism release

NewReleases is sending notifications on new releases.