- 13 Jun, 2023 40 commits
-
-
mergify[bot] authored
-
OptimismBot authored
ci: delete dead job
-
mergify[bot] authored
-
OptimismBot authored
feat(cmon): fix time string formatting bug
-
mergify[bot] authored
-
Mark Tyneway authored
The contracts-tests job is no longer required because the `contracts` package no longer exists. This results in the CI job running all of the typescript tests for each of the packages in parallel, wasting CI resources.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Deletes some legacy code from the indexer. No need to keep around multiple copies of the legacy bindings, so migrate to the legacy bindings kept in `op-bindings` Had to update some deps to get this to build correctly. Replace all imports to the `op-bindings` scc bindings instead of the one internal to this package.
-
Mark Tyneway authored
cleanup: delete l2geth
-
Maurelian authored
-
OptimismBot authored
op-batcher: Fix intermittency in TestChannelBuilder_PendingFrames_TotalFrames
-
Mark Tyneway authored
-
mergify[bot] authored
-
OptimismBot authored
make extradata configurable for the genesis block generator
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
cleanup: ops-bedrock generate_replica
-
mergify[bot] authored
-
Mark Tyneway authored
op-chain-ops: delete migration code
-
mergify[bot] authored
-
OptimismBot authored
core-utils: delete legacy code
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Delete the migration code to reduce the amount of diff required when making changes to the codebase. This code can be found in the legacy repo: https://github.com/ethereum-optimism/optimism-legacy Deleted a lot of code that will never be used again
-
Roberto Bayardo authored
-
Mark Tyneway authored
ci: delete legacy docker builds
-
Mark Tyneway authored
cleanup: delete custom ethers fallback provider
-
Mark Tyneway authored
cleanup: delete migration-data
-
Mark Tyneway authored
-
Mark Tyneway authored
Will speed up the test suite for this package by quite a bit
-
Mark Tyneway authored
Deletes old code related to legacy batch serialization and old RPC types.
-
Matthew Slipper authored
fix UUID related compile failure
-
Mark Tyneway authored
Delete some legacy config for building docker images that are no longer used.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Deletes the `migration-data` package from the `packages` directory. This package is no longer useful and will exist in a previous commit/fork of the repo. It will be very painful to maintain the ability to run the migration indefinitely into the future, it should be safe to assume that users that want to perform the migration can check out the legacy commit and run it from that point.
-