- 22 Nov, 2023 2 commits
- 21 Nov, 2023 29 commits
-
-
Matthew Slipper authored
Add PR guidelines
-
Maurelian authored
ci: Build monorepo on op-node change
-
Matt Solomon authored
-
Matt Solomon authored
-
Matt Solomon authored
This reverts commit 54f7dcf1.
-
clabby authored
-
Matt Solomon authored
-
Matt Solomon authored
-
Matthew Slipper authored
Co-Authored-By: @mds1
-
clabby authored
-
clabby authored
-
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 9 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
-