- 27 Jul, 2023 35 commits
-
-
Matthew Slipper authored
In the past, we used the `SR-Risk` and `C-Protocol-Critical` labels to require specific engineers to review PRs touching sensitive code: - `SR-Risk` would tag @maurelian whenever legacy mainnet smart contracts were touched. - `C-Protocol-Critical` would tag @tynes or @smartcontracts whenever smart contracts or `l2geth` were touched. Since launching Bedrock, the `SR-Risk` label was removed from the `labeler` workflow, so it was never being applied. `C-Protocol-Critical` was still being applied, however it had no effect apart from blocking Mergify and pinging Mark/Kelvin unnecessarily since it is `CODEOWNERS` and not the label that prevents merge. Given that we've started using `CODEOWNERS` and the fact that the labels were broken, this PR removes these legacy labels altogether.
-
Mark Tyneway authored
contracts-bedrock: foundry-ify
-
Mark Tyneway authored
-
Mark Tyneway authored
-
OptimismBot authored
op-challenger: Pass a context through to TraceProvider
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
-
OptimismBot authored
feat(proxyd): sender rate limiter should check chain id
-
mergify[bot] authored
-
Adrian Sutton authored
Will enable trace generation processes to terminate cleanly when op-challenger is shut down.
-
OptimismBot authored
op-challenger: Add cannon-server and cannon-snapshot-freq flag
-
mergify[bot] authored
-
OptimismBot authored
feat(op-challenger): GetOracleData call in Solver
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
The only thing that differs is the paths to the contracts
-
mergify[bot] authored
-
OptimismBot authored
feat(op-challenger): Adds Preimage Data to the TraceProvider
-
Mark Tyneway authored
-
Mark Tyneway authored
Move the `contracts` directory to `src` and then move the tests into a top level `test` dir so that its standard foundry style for a repo. This is going to break any in flight PRs so worth trying to get in relatively quickly, will be no fun to rebase a bunch of PRs. Will need to follow up with another commit that bumps the patch versions.
-
mergify[bot] authored
-
OptimismBot authored
devnet: allow unprotected txs
-
mergify[bot] authored
-
OptimismBot authored
feat(op-chain-ops): WithdrawalNetwork Type
-
mergify[bot] authored
-
Andreas Bigger authored
-
Mark Tyneway authored
op-e2e: make TestBatcherMultiTx more resilient
-
OptimismBot authored
txmgr: Increase default network timeout to 10s
-
Adrian Sutton authored
-
Mark Tyneway authored
-
OptimismBot authored
contracts-bedrock: delete dead deploy config
-
mergify[bot] authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
- 26 Jul, 2023 5 commits
-
-
Mark Tyneway authored
op-node: safer genesis script
-
mergify[bot] authored
-
Mark Tyneway authored
feat: gitmodules for contracts deps
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): Semver lockfile
-