- 27 Sep, 2023 14 commits
-
-
Adrian Sutton authored
Fix WaitForClaimCount to wait for at least the specified count since background processes may add more claims async.
-
Adrian Sutton authored
Reduces the amount of boilerplate required in the actual test.
-
Joshua Gutow authored
op-geth: Pull in fix for deposit tx receipt encoding
-
OptimismBot authored
build(deps-dev): bump rimraf from 5.0.2 to 5.0.4
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.2 to 5.0.4. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.2...v5.0.4) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
contracts-bedrock: fix compiler warnings
-
Mark Tyneway authored
contracts-bedrock: fix L1 contract imports
-
OptimismBot authored
contracts-bedrock: fix mintable erc20 factory bug
-
mergify[bot] authored
-
Mark Tyneway authored
Fix the compiler warnings in the `DelayedVetoable` tests. There were unused variables returned from low level calls. There are alternative compiler warning if there is no assignment to the variables, so the solution is to use them either in an assertion or just reference them on their own line. Silly compiler.
-
Mark Tyneway authored
The relative path from project root is now preferred for doing imports as it decouples the code from its location on the filesystem. Also bump each patch version because it resulted in a source code change.
-
OptimismBot authored
Update `FaultDisputeGame` resolution spec
-
mergify[bot] authored
-
- 26 Sep, 2023 26 commits
-
-
clabby authored
-
OptimismBot authored
contracts-bedrock: fix text coloring bug
-
Mark Tyneway authored
-
Mark Tyneway authored
Github seems to have issues with whatever library they are using to apply colors to the code for solidity code. The `'` triggers it to think that it is in a string when it is not actually in a string because the `'` is wrapped within two `"`. Just delete the `'` to fix this issue. The create2 salt is already not completely standard but it should become standard when we finally have tooling to easily add a chain to the superchain through the deploy script, this entrypoint would deploy the proxies and initialize them to the standard implementations.
-
Mark Tyneway authored
We need to make sure that the create2 salt commits to all uniquely identifying information so that addresses cannot clash, preventing the creation of a particular `OptimismMintableERC20Token`. Before this version, the salt did not commit to the decimals which means that it is possible to create a collision.
-
OptimismBot authored
contracts-bedrock/periphery: create deployment scripts for configuring drippie with the faucet proxy contract
-
mergify[bot] authored
-
OptimismBot authored
fix: Remove unused contexts
-
tre authored
-
Andreas Bigger authored
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.7.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
OptimismBot authored
Init Github workflow and some refactors
-
mergify[bot] authored
-
Mark Tyneway authored
* contracts-bedrock: move to `ISemver` Stop using `Semver` in favor of `ISemver` for the EAS contracts. This helps to reduce the code size and makes it so that the version is set directly in the bytecode instead of being set at runtime as an immutable. * contracts-bedrock: update semver lock * fix: lint Co-authored-by:
clabby <ben@clab.by> * fix: lint Co-authored-by:
clabby <ben@clab.by> * contracts-bedrock: semver lock --------- Co-authored-by:
clabby <ben@clab.by>
-
protolambda authored
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.8.1 to 16.9.1. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/16.9.1/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
mergify[bot] authored
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... 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>
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #7380 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.3 build(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.7.3
-
mergify[bot] authored
-
Mark Tyneway authored
build(deps-dev): bump nx from 16.8.1 to 16.9.0
-
Mark Tyneway authored
build(deps-dev): bump rimraf from 5.0.1 to 5.0.2
-
Mark Tyneway authored
build(deps-dev): bump tsx from 3.12.7 to 3.13.0
-
Adrian Sutton authored
-