- 16 Dec, 2023 7 commits
-
-
Maurelian authored
The resource params should only be set when the Portal is freshly initialized. A test was added which verifies that the params are not modified when reinitializing.
-
Maurelian authored
-
Wyatt Barnes authored
-
Maurelian authored
These events are now in the SuperchainConfig and are no longer used here
-
Wyatt Barnes authored
-
Joshua Gutow authored
The P2P Alt sync protocol has proven it's worth & we no longer need this alternate sync mechanism. Removing it will simplify how prepare for the op-node changes required for snap sync.
-
Wyatt Barnes authored
-
- 15 Dec, 2023 17 commits
-
-
dependabot[bot] authored
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.15 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.7.15...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
protolambda authored
Add Metadata Store to Extended Peerstore
-
Matthew Slipper authored
op-e2e: Use wait for balance helper in TestMintOnRevertedDeposit
-
Axel Kingsley authored
-
Joshua Gutow authored
-
Mark Tyneway authored
build(deps-dev): bump nx from 17.1.3 to 17.2.4
-
Mark Tyneway authored
ci: ci-builder v0.34.0
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.1.3 to 17.2.4. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/17.2.4/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>
-
Mark Tyneway authored
🔒 feat: Improve security of CI by not running scripts -
Mark Tyneway authored
:technologist: feat: Add never-connect-to-cloud to nx.json
-
Mark Tyneway authored
Include the `ci-builder` image built [here](https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/36803/workflows/93e91700-4a14-4635-a4e6-e57f5001a532). This includes the changes from https://github.com/ethereum-optimism/optimism/pull/8625. We can remove a step from CI as mentioned in https://github.com/ethereum-optimism/optimism/issues/8529
-
🐛 Will Cory authored -
Will Cory authored
-
🔒 Will Cory authored -
Evan Richard authored
op-service: move mock structs closer to best-practice use of mock
-
- 14 Dec, 2023 16 commits
-
-
Matthew Slipper authored
ci-builder: add docker-ce-cli
-
clabby authored
chore(ci): bump `ci-builder`
-
Mark Tyneway authored
Allows for https://github.com/ethereum-optimism/optimism/blob/e6e7fd267e19f3497e0ff4e1c30a3675cbe05e52/.circleci/config.yml#L1362 to be removed from the CI so that `docker-ce-cli` is built into the `ci-builder` image and it doesn't need to be installed in each run of CI. Closes https://github.com/ethereum-optimism/optimism/issues/8529 I built the image locally and it was able to build to completion.
-
Mark Tyneway authored
chore(contracts-bedrock): don't publish `forge-artifacts/*.t.sol` files
-
clabby authored
-
clabby authored
-
Mark Tyneway authored
build(deps): bump viem from 1.19.11 to 1.19.15
-
Maurelian authored
contracts-bedrock: Rename Authorization.t.sol to Specs.t.sol
-
EvanJRichard authored
-
Maurelian authored
Also rewords the contract level natspec to be more general rather than focusing on authorization.
-
Mark Tyneway authored
build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
-
dependabot[bot] authored
Bumps [viem](https://github.com/wevm/viem) from 1.19.11 to 1.19.15. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@1.19.11...viem@1.19.15) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build: bump forge to the 2023-12-14 nightly
-
Matthew Slipper authored
Init etherscan client
-
James Kim authored
Updates to latest version of wagmi
-
Matthew Slipper authored
-