- 09 Mar, 2023 39 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
contracts-bedrock: remove deployment ownable check l1xdm
-
mergify[bot] authored
-
mergify[bot] authored
contracts-bedrock: fix standard bridge token pair checking
-
mergify[bot] authored
-
mergify[bot] authored
op-e2e: Run CI in parallel
-
mergify[bot] authored
-
Mark Tyneway authored
-
mergify[bot] authored
op-wheel: update OVM owners cheat-code for migration testing
-
Mark Tyneway authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
mergify[bot] authored
-
mergify[bot] authored
fix(fd): use correct fn for getTotalElements
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Also fix compiler warning
-
Joshua Gutow authored
hive: Update op-geth image used for hive tests
-
Mark Tyneway authored
This ensures that the legacy interface is only used for legacy tokens and that the modern interface can be used on the OptimismMintableERC20 token. Note that this is not the gas efficient way to implement this, but its ok for now as we are focused on minimal diff changes. In the future we could refactor this code to ensure that the ERC165Checker calls a minimal amount of times.
-
Mark Tyneway authored
The new `L1CrossDomainMessenger` is no longer ownable so we no longer need to transfer the ownership to the dictator as part of the system upgrade. The dictator does not need ownership of the old contract because it doesn't call `pause` on the `L1CrossDomainMessenger` anymore as part of the on chain upgrade. Instead, the pausable functionality is in the `OptimismPortal` which is set with a constructor arg and its pausability can be toggled using functions on the portal.
-
mergify[bot] authored
-
Adrian Sutton authored
-
mergify[bot] authored
feat(atst): Updated SDK docs
-
mergify[bot] authored
-
Kelvin Fichter authored
Fault detector was using L2OutputOracle.latestOutputIndex() to query the total number of outputs submitted, which was off by one. Correct function is L2OutputOracle.nextOutputIndex(). Caused crashes of the fault detector on startup if no outputs had been submitted to the L2OO yet.
-
Ori Pomerantz authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
Ori Pomerantz authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
Ori Pomerantz authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
protolambda authored
-
mergify[bot] authored
adds wd-mon docker target to chain-mon build
-
mergify[bot] authored
-
mergify[bot] authored
op-service: Set root & oprpc loggers
-
mergify[bot] authored
-
mergify[bot] authored
feat(atst): Use createKey internally in function
-
mergify[bot] authored
-
Mark Tyneway authored
contracts: delete dead docs
-
Joshua Gutow authored
Two related changes 1. Set the root logger handler when we create a logger in oplog. 2. Set the log option when creating oprc servers. The purpose of these changes is to make sure that we use the same log format everywhere.
-
mergify[bot] authored
-
Joshua Gutow authored
devnet: Enable Regolith from genesis when deploying the local devnet
-
- 08 Mar, 2023 1 commit
-
-
mergify[bot] authored
docs(ctb): Document use of OZ as a default when available
-