- 18 Aug, 2023 40 commits
-
-
Mark Tyneway authored
Adds a validator for the deploy configs so that we can be automatically sure that deploy configs are valid. The problem is that `getting-started.json` will never pass deploy config validation because it is invalid JSON and it is the one that we want to be sure is up to date. Will leave solving that to future work because it requires a change to the getting started guide for the op stack.
-
OptimismBot authored
op-challenger: Add --game-factory-address CLI option.
-
mergify[bot] authored
-
OptimismBot authored
Rename backoff package to retry
-
mergify[bot] authored
-
OptimismBot authored
chore(sdk): Update all dependencies to latest
-
Adrian Sutton authored
-
mergify[bot] authored
-
Will Cory authored
-
Adrian Sutton authored
Actual config value isn't actually used yet.
-
Will Cory authored
-
OptimismBot authored
build(deps): bump web3-eth from 4.0.3 to 4.1.0
-
mergify[bot] authored
-
OptimismBot authored
build(deps): bump pino from 6.13.1 to 8.15.0
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump @wagmi/core from 1.3.8 to 1.3.9
-
mergify[bot] authored
-
OptimismBot authored
Version Packages
-
Joshua Gutow authored
-
github-actions[bot] authored
-
OptimismBot authored
build(deps-dev): bump prettier from 2.8.1 to 2.8.8
-
mergify[bot] authored
-
OptimismBot authored
feat(indexer): Add logging to config/config.go
-
mergify[bot] authored
-
OptimismBot authored
op-service/backoff: Refactor to use time.Duration instead of float/int.
-
mergify[bot] authored
-
Mark Tyneway authored
Fixes mergify config
-
dependabot[bot] authored
Bumps [web3-eth](https://github.com/ChainSafe/web3.js) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: web3-eth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [pino](https://github.com/pinojs/pino) from 6.13.1 to 8.15.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v6.13.1...v8.15.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/core) from 1.3.8 to 1.3.9. - [Release notes](https://github.com/wagmi-dev/wagmi/releases) - [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/wagmi/commits/@wagmi/core@1.3.9/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Andreas Bigger authored
-
Andreas Bigger authored
-
Adrian Sutton authored
ci: move devnet test to make target
-
refcell.eth authored
-
mergify[bot] authored
-
OptimismBot authored
fix: Remove dotenv
-
mergify[bot] authored
-
Mark Tyneway authored
Make shebangs more portable
-
protolambda authored
changed backoff/strategies.go and backoff/strategies_test.go, only types and a function changed **Description** No features added. Just refactored backoff package to allow only types from time.Duration on time related variables. **Tests** Only modified a single test to use time.Duration instead of int. **Metadata** - Fixes #[[Link to Issue](https://github.com/ethereum-optimism/optimism/issues/6730#issuecomment-1678950667)] Co-authored-by:
Rcontre360 <rcontreraspimentel@gmail.com>
-
mergify[bot] authored
-