- 28 Jul, 2023 5 commits
-
-
OptimismBot authored
build(deps): bump golang.org/x/time from 0.0.0-20220922220347-f3bd1da661af to 0.3.0
-
dependabot[bot] authored
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.0.0-20220922220347-f3bd1da661af to 0.3.0. - [Commits](https://github.com/golang/time/commits/v0.3.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
monorepo: add dependabot support
-
Mark Tyneway authored
ci: Remove legacy labels
-
Mark Tyneway authored
contracts-bedrock: delete dead config
-
- 27 Jul, 2023 35 commits
-
-
OptimismBot authored
op-bindings: make ci faster
-
mergify[bot] authored
-
Mark Tyneway authored
Adds a dependabot.yml file from https://github.com/celestiaorg/optimism/blob/celestia-develop/.github/dependabot.yml Based on conversation in https://github.com/ethereum-optimism/optimism/issues/5764Co-authored-by:
refcell.eth <abigger87@gmail.com> Co-authored-by: <mjsevey@gmail.com>
-
OptimismBot authored
op-challenger: Execute cannon
-
mergify[bot] authored
-
Adrian Sutton authored
The last line emitted by programs typically doesn't include a newline.
-
Adrian Sutton authored
-
Adrian Sutton authored
-
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.
-
Adrian Sutton authored
Net yet providing the local game data to pre-image oracle server.
-
Mark Tyneway authored
contracts-bedrock: foundry-ify
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
OptimismBot authored
op-challenger: Pass a context through to TraceProvider
-
Mark Tyneway authored
op-bindings should no longer depend on JS packages for CI to run, this will make it much faster.
-
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
-
Mark Tyneway authored
-
OptimismBot authored
devnet: allow unprotected txs
-