- 28 Jul, 2023 10 commits
-
-
OptimismBot authored
Merge pull request #6505 from ethereum-optimism/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.10.1 build(deps): bump github.com/multiformats/go-multiaddr from 0.8.0 to 0.10.1
-
mergify[bot] authored
-
Mark Tyneway authored
After merging https://github.com/ethereum-optimism/optimism/commit/2901c666d25b2250f51394445ae72ca7b3f31daf which deleted the labeler config, CI now errors. This deletes the CI job responsible for labeling, since its config is gone now.
-
mergify[bot] authored
-
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>
-
dependabot[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.8.0 to 0.10.1. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.8.0...v0.10.1) --- updated-dependencies: - dependency-name: github.com/multiformats/go-multiaddr 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 30 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
-