omgnetwork / optimism-v2

ARCHIVE of monorepo implementing Boba, an L2 Compute solution built on Optimistic Ethereum - active repo is at https://github.com/bobanetwork/boba
https://github.com/bobanetwork/boba
MIT License
40 stars 22 forks source link

disable broken DAO Timelock #448

Closed CAPtheorem closed 2 years ago

CAPtheorem commented 2 years ago

The boba_deployer sequence currently breaks at

  // const initiateTx = await Timelock.queueTransaction(
  //   GovernorBravoDelegator.address,
  //   0,
  //   '_initiate()',
  //   initiateData,
  //   eta2
  // )

  // await initiateTx.wait()

This is not a critical part of the contract deployment stack? Commented out for now...

codecov-commenter commented 2 years ago

Codecov Report

Merging #448 (b6454c8) into develop (430f09f) will not change coverage. The diff coverage is n/a.

:exclamation: Current head b6454c8 differs from pull request most recent head 3cd1258. Consider uploading reports for the commit 3cd1258 to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #448   +/-   ##
========================================
  Coverage    72.41%   72.41%           
========================================
  Files           59       59           
  Lines         1820     1820           
  Branches       279      279           
========================================
  Hits          1318     1318           
  Misses         502      502           
Flag Coverage Δ
contracts 87.18% <ø> (ø)
core-utils 53.79% <ø> (ø)
data-transport-layer 29.47% <ø> (ø)
message-relayer 83.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 430f09f...3cd1258. Read the comment docs.