- 21 Aug, 2023 4 commits
-
-
dependabot[bot] authored
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.3 to 1.25.4. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.3...v1.25.4) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Jason Yellick authored
* op-e2e: add test option to use external eth client This change is an attempt to allow other Optimism clients like op-erigon to utilize the op-e2e tests in a minimally invasive way. Almost all of the tests are unchanged, with some small structural changes to the setup to allow for utilization of an in process Geth, or extra-process generic Ethereum client. This change establishes a convention for external clients (or shims) to follow for interoperability with these tests. The external process shim must accept a '--config <path>' flag. This flag specifies a path to a JSON file which contains necessary execution parameters. These parameters include the data dir to use for the client, the JWT path, the genesis JSON path, and the chain ID. Utilizing the external binary is is generally more resource intensive than the in process Geth path, but, utilizing parallelism the test suite there is no noticable difference in execution time between the in process and an extra-process op-geth. This commit simply performs the wiring, while the next commit will add an op-geth consumer and wire into CI. * op-e2e: add basic external geth runner This commit adds an example external shim which utilizes the code in the previous commit. It also integrates it into the Makefile and into CI (which unfortunately does not use the Makefile). To utilize this geth runner locally you can execute: make test-external-geth from the op-e2e directory. See the README.md included in external_geth for more details. --------- Co-authored-by:
Jason Yellick <jason@enya.ai>
-
OptimismBot authored
op-challenger: Add basic metrics & pprof setup
-
Adrian Sutton authored
# Conflicts: # op-challenger/fault/service.go
-
- 20 Aug, 2023 1 commit
-
-
OptimismBot authored
chore: Rebase PR 5329
-
- 19 Aug, 2023 25 commits
-
-
Federico Gimenez authored
-
OptimismBot authored
op-challenger: Initial support for playing multiple games
-
OptimismBot authored
build(deps-dev): bump patch-package from 6.4.7 to 8.0.0
-
mergify[bot] authored
-
Mark Tyneway authored
chore(common-ts): Upgrade all npm dependencies
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Joshua Gutow authored
This adds metrics & pprof to the op-challenger. I had to add a default config option to the metrics & pprof in order to make the tests work (because it verifies that the result of the CLI parsing is as expected when compared to an config struct which is constructed). This also had to modify how the challenger stores its version information because we include that information in the metrics when we record that it is up. Unlike the proposer & batcher, the challenger has a different initialization flow which does not easily make the version information accessible.
-
OptimismBot authored
chore: DisputeGameFactory Styling Touchups
-
mergify[bot] authored
-
Andreas Bigger authored
-
Andreas Bigger authored
-
OptimismBot authored
contracts-bedrock: add deploy config validator
-
Andreas Bigger authored
-
Mark Tyneway authored
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): Pack `GameType` in DGF's `GameId` type
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: small cleanups in deploy scripts
-
mergify[bot] authored
-
- 18 Aug, 2023 10 commits
-
-
mergify[bot] authored
-
Matthew Slipper authored
op-node: batch_decoder: Parallel tx fetching
-
mergify[bot] authored
-
refcell.eth authored
-
clabby authored
-
OptimismBot authored
op-chain-ops: always fund precompile balances in L2 genesis
-
mergify[bot] authored
-
OptimismBot authored
feat(indexer): use contiguous slice of memory
-
mergify[bot] authored
-
OptimismBot authored
op-e2e: Add skipped test for playing multiple cannon games
-