- 11 Mar, 2023 4 commits
-
-
Ori Pomerantz authored
Basically a copy paste of the current site
-
Ori Pomerantz authored
Basically a copy paste of the current site
-
mergify[bot] authored
fix(ctb): Use `callWithMinGas` in the XDM
-
clabby authored
-
- 10 Mar, 2023 9 commits
-
-
Mark Tyneway authored
contracts-bedrock: fix gas benchmarks
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Fixes the benchmarks by ensuring that the optimism portal is initialized as well as ensuring that the prev base fee is always explicitly set. The previous benchmarks were pretty far off with their estimations.
-
Matthew Slipper authored
contracts-bedrock: delete dead deployments
-
Mark Tyneway authored
This commit removes the `alpha-1` network and the `goerli-public-rehearsal` network from the deployments.
-
Matthew Slipper authored
migration: update migrated withdrawal gas limit
-
Joshua Gutow authored
op-node/service: Deduplicate logger + Better defaults
-
- 09 Mar, 2023 27 commits
-
-
mergify[bot] authored
fix(atst): Fix module and main in package.json
-
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
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
op-wheel: update OVM owners cheat-code for migration testing
-
Mark Tyneway authored
-
Mark Tyneway authored
More accurately computes the gas limit for a migrated withdrawal. This is useful to prevent the gaslimit for large transactions from going over the consensus level block gas limit. It is unlikely for a transaction to go over the block gas limit, but this is a preventative fix just in case.
-
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.
-
Joshua Gutow authored
-
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
-