- 22 Aug, 2023 24 commits
-
-
Carter authored
* Cleanup stringer types with ~string generic * Fix linter error
-
Inphi authored
* cannon: Refactor ALU execution Reduce cyclomatic complexity of Go and Solidity MIPS VMs. This has minimal effect on runtime. Though better gas savings in Solidity. * Make Go and Solidity MIPS VMs more similar
-
protolambda authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Will Cory authored
chore(indexer): Remove gateway ui
-
Will Cory authored
fix(indexer): Update prisma schema to latest
-
Will Cory authored
fix(indexer): Fix api docker-compose config
-
OptimismBot authored
Merge pull request #6859 from ethereum-optimism/08-17-fix_indexer_Run_docker-compose_for_indexer_correctly fix(indexer): Run docker-compose for indexer correctly
-
mergify[bot] authored
-
Adrian Sutton authored
* op-challenger: Tidy up game status logging Removes redundant call to get game status. * op-challenger: Fix caller_test. --------- Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
OptimismBot authored
proxyd: add support for limiting max block range
-
mergify[bot] authored
-
OptimismBot authored
op-service: Add clock.SleepCtx method
-
mergify[bot] authored
-
refcell.eth authored
* Start adding documentation. * Update README.md --------- Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
dependabot[bot] authored
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.4 to 1.27.10. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.27.4...v1.27.10) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
OptimismBot authored
Merge pull request #6858 from ethereum-optimism/08-17-feat_indexer_Run_the_migrations_in_the_docker-compose_file feat(indexer): Run the migrations in the docker-compose file
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump gorm.io/gorm from 1.25.3 to 1.25.4
-
mergify[bot] authored
-
OptimismBot authored
simplify: remove unreachable code
-
mergify[bot] authored
-
OptimismBot authored
op-e2e: Capture return value when tracing failed tx
-
Matthew Slipper authored
-
Michael de Hoog authored
-
- 21 Aug, 2023 16 commits
-
-
mergify[bot] authored
-
clabby authored
feat(ctb): Preserve prod game type space
-
mergify[bot] authored
-
Adrian Sutton authored
-
Will Cory authored
-
Will Cory authored
use env("DATABASE_URL")
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
clabby authored
-
mergify[bot] authored
-
Bryan White authored
### Changes Removes redundant error check conditional and its unreachable body.
-
OptimismBot authored
chore(op-node, op-heartbeat): Update golang-lru from v1 to v2
-
Matthew Slipper authored
-
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>
-