- 08 Jun, 2023 38 commits
-
-
Mark Tyneway authored
This commit deletes the `infra` directory, which contained a package called `op-replica`. This package contains docker + k8s tooling to bring up a legacy system. It is not used and therefore can be deleted.
-
Mark Tyneway authored
integration-tests: deprecate
-
Mark Tyneway authored
op-chain-ops: delete unused check script
-
Will Cory authored
feat(indexer): Add cli app
-
OptimismBot authored
feat(indexer): Add go-chi api
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): Copy goerli Lib_AddressManager deployment to bedrock
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
After deleting the `integration-tests` package
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: simplify hh config for mainnet
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
The legacy integration tests are no longer required. Delete the directory. This commit is helpful because it will reduce the amount of tests that need to run in CI. The legacy integration tests ran against the `ops` docker compose setup, which brought up the legacy system.
-
Mark Tyneway authored
-
Mark Tyneway authored
Delete an unused check script from `op-chain-ops`. This script was added as a sanity check for the migration but it ended up not being necessary. It can be removed as it will never be used again.
-
Will Cory authored
feat(indexer) processor module with basic l1Processor & l2Processor
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Hamdi Allam authored
-
OptimismBot authored
feat: Add indexer.toml file
-
Will Cory authored
use os.ReadFile instead refactor: Keep err in scope of Run() refactor: Make test same scope as config package refactor: Better names and better comments Update indexer/cmd/indexer-refresh/main.go
-
OptimismBot authored
feat(fault-detector): Better package.json
-
Will Cory authored
yarn add @types/pino-pretty
-
OptimismBot authored
Ensure generated CI mocks are up to date
-
mergify[bot] authored
-
OptimismBot authored
Fix indexer release action
-
Matthew Slipper authored
-
OptimismBot authored
op-batcher: Fix num_frames metrics
-
Sebastian Stammler authored
The metrics recorded the value of channelBuilder.NumFrames(). But this was only the number of pending frames in the frames queue. This PR adds a new method TotalFrames() and separate numFrames tracking to distinguish between the number of pending frames and total frames of a channel.
-
OptimismBot authored
op-bootnode
-
- 07 Jun, 2023 2 commits
-
-
Hamdi Allam authored
update command to kick off l1/l2 processors. only include needed flags for now (assumes local postgres host/port)
-
Hamdi Allam authored
-