- 25 Feb, 2023 13 commits
-
-
mergify[bot] authored
fix(ctb): Increase `FeeVault` withdrawal tx `minGasLimit`
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: Do not manually copy balance in WipePredeployStorage
-
mergify[bot] authored
-
clabby authored
-
Matthew Slipper authored
`db.CreateAccount` copies over the balance, but wipes nonces. The previous version of this code manually copied the balance after calling `db.CreateAccount`, which effectively doubled the predeploy's balance. None of the L2 predeploys carried balances on Goerli, however to prevent ETH from being created and destroyed during the migration this PR removes the manual balance migration and adds a test to ensure that nonces are copied and state is properly wiped. Fixes CLI-3443
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
ci: Remove broken changset
-
Matthew Slipper authored
-
Matthew Slipper authored
Develop -> Master
-
mergify[bot] authored
fix(ctb): Use multiplication of divisors for more precision
-
- 24 Feb, 2023 19 commits
-
-
Maurelian authored
fix(ctb): Use multiplication of divisors for more precision
-
mergify[bot] authored
fix(ctb): Remove duplicate onlyOtherBridge check
-
mergify[bot] authored
-
mergify[bot] authored
feat(ci-builder/ctb): Update foundry & `forge-std`
-
Maurelian authored
fix(ctb): Improve function ordering in L1Bridge
-
clabby authored
-
Matthew Slipper authored
op-node: fix stale payload-ID in sequencer log
-
Matthew Slipper authored
ci-devnet: increase devnet params
-
protolambda authored
ci-devnet: increase sequencer time drift to 5 min of L1 blocks, seq window to 10 min, channel timeout to 6 min of L1 blocks
-
protolambda authored
-
mergify[bot] authored
op-e2e: Introduce op-geth e2e test util
-
Adrian Sutton authored
Reduces the boiler plate code required for op-geth tests.
-
Matthew Slipper authored
op-node: regolith fork systemtx change
-
Mark Tyneway authored
Merge pull request #4944 from ethereum-optimism/dependabot/go_modules/indexer/golang.org/x/text-0.3.8 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /indexer
-
Mark Tyneway authored
-
Mark Tyneway authored
Merge pull request #4942 from ethereum-optimism/dependabot/go_modules/op-exporter/golang.org/x/text-0.3.8 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /op-exporter
-
Matthew Slipper authored
fix(migration-data): prevent query block from going past end
-
Matthew Slipper authored
fix(ctb): Add correct prefix to errors
-
protolambda authored
-
- 23 Feb, 2023 8 commits
-
-
mergify[bot] authored
-
Matthew Slipper authored
op-node: regolith rollup config attribute
-
Matthew Slipper authored
op-chain-ops: Fix misleading comment
-
Matthew Slipper authored
ci-builder: add changeset
-
Mark Tyneway authored
The next time that a release is triggered, build and publish the `ci-builder` docker image. This will cause it to be used in CI for builds, meaning that we will need to update our foundry versions for local development. This can be done with the following command: ```bash foundryup -C edf15abd648bb96e2bcee342c1d72ec7d1066cd1 ```
-
Maurelian authored
-
Matthew Slipper authored
ci: Remove proxyd and indexer from changesets workflow
-
Maurelian authored
-