- 21 Nov, 2023 18 commits
-
-
Matthew Slipper authored
Fixes an issue where the pnpm-monorepo job would not build due to `check-changed`, but downstream jobs like `contracts-bedrock-test` would. This causes the contracts to be rebuilt on the downstream jobs and causes OOMs and spurious test flakes.
-
Mark Tyneway authored
build(deps-dev): bump eslint from 8.53.0 to 8.54.0
-
Mark Tyneway authored
contracts-bedrock: cleanup expect emits
-
Mark Tyneway authored
ctb: silence compiler warning
-
Mark Tyneway authored
Make a function `pure` rather than `view` to silence a compiler warning. This likely appeared after updating the version of `forge-std`. The function that was updated wrapped the `bound` function so its likely that the `bound` function was updated to be `pure` when it used to be `view`.
-
Mark Tyneway authored
Modern foundry added the ability to `vm.expectEmit(address)`. This is an alias for `vm.expectEmit(bool,bool,bool,bool,address)` where each of the booleans are true. It is important to include the address of the contract this is expecting to emit the event. If all of the bools are going to be true, might as well use the short hand to simplify the source code as well as the bytecode.
-
Mark Tyneway authored
Reset L1 contracts to pre-MCP
-
Adrian Sutton authored
op-challenger: Translate pre/post claims into output root proposals
-
Mark Tyneway authored
build(deps-dev): bump @types/express from 4.17.19 to 4.17.21
-
Mark Tyneway authored
build(deps): bump viem from 1.19.1 to 1.19.4
-
Mark Tyneway authored
chore(ci): Bump CI Builder Minor in the Config
-
Adrian Sutton authored
-
Adrian Sutton authored
-
refcell authored
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.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.53.0...v8.54.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.19.1 to 1.19.4. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.19.1...viem@1.19.4) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
refcell.eth authored
chore(ctb): Bump Forge Standard Library
-
refcell authored
-
- 20 Nov, 2023 17 commits
-
-
refcell authored
-
refcell authored
-
refcell authored
v1.7.2
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
refcell.eth authored
op-challenger: Log game address instead of struct
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Matthew Slipper authored
contracts-bedrock: label EAS predeploys in tests
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
- 19 Nov, 2023 5 commits
-
-
Mark Tyneway authored
This commit labels the EAS and SchemaRegistry predeploy contracts in the solidity unit tests. These contracts were previously left out from the implementation work that labelled all of the L2 predeploys. After a contract is labelled, it will show up with a human readable name in the forge traces instead of just being an address.
-
dependabot[bot] authored
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump @types/morgan from 1.9.7 to 1.9.9
-
Mark Tyneway authored
op-service: cliapp lifecycle test fix, prevent race nil-ptr on app state-access
-
Mark Tyneway authored
build(deps-dev): bump lint-staged from 15.0.2 to 15.1.0
-