github ethereum-optimism/optimism op-deployer/v0.4.4

14 hours ago

Overview

op-deployer/v0.4.4 supports deploying, upgrading to, and producing calldata for op-contracts/v4.1.0 (u16a).

Details

Additional changes outside of op-contracts/v4.1.0 support include:

  • ability to specify a custom block GasLimit when deploying a new OPChain via the chainIntent.GasLimit field
  • fusaka defense via reduction of default tx.GasPadFactor from 2.0 -> 1.2 (to allow opcm.deploy to work)
  • modified contracts locator in intent.toml (deprecated tag:// locator in favor of embedded)
    1. embedded (default) - embeds artifacts.tgz file containing contracts artifacts from same branch as op-deployer, ensuring compatibility
    2. https:// - download artifacts.tgz from remote server
    3. file:// - point to local filepath of contract artifacts

Don't miss a new optimism release

NewReleases is sending notifications on new releases.