• Matthew Slipper's avatar
    op-deployer: Safety and validation improvements (#12993) · b05ec5af
    Matthew Slipper authored
    - Enables support for deploying tagged versions against new chains, but behind a huge warning that requires user input to bypass. Since our tagged release versions do not contain all implementations, using op-deployer in this way will deploy contracts that haven't been governance approved. Since this workflow is useful for development but bad for prod, I've added support for it but users have to bypass a large warning that describes the risks.
    - Validates the hashes of tagged version artifacts after downloading them. This prevents users from downloading tampered versions of the artifacts from GCS.
    b05ec5af
gas_estimator.go 1.53 KB