- 06 Dec, 2023 40 commits
-
-
Maurelian authored
contracts-bedrock: ERC721Bridge pausable
-
Mark Tyneway authored
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.19.1 to 2.19.2
-
Mark Tyneway authored
linkcheck: Exclude vitalik.ca
-
Adrian Sutton authored
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Enable pausability in the ERC721Bridge following the other bridges that also received pausability.
-
Hamdi Allam authored
feat(indexer) - API type filtering (init, proven, finalized) for withdrawal values in `/supply` endpoint
-
Adrian Sutton authored
op-program: Verify loaded preimage matches requested key
-
Adrian Sutton authored
-
Adrian Sutton authored
Avoids errors in the preimage oracle (e.g. disk faults) from silently resulting in invalid execution.
-
Mark Tyneway authored
improve chain derivation documentation
-
Joshua Gutow authored
nit(op-node): only store the needed rollup.Config fields in DataSource
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.19.1 to 2.19.2. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.19.1...hardhat@2.19.2) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
contracts-bedrock: deploy SuperchainConfig goerli
-
Adrian Sutton authored
op-e2e: Automatically close System at the end of the test
-
Mark Tyneway authored
contracts-bedrock: make spacer variable non-public
-
Mark Tyneway authored
build(deps-dev): bump eslint from 8.54.0 to 8.55.0
-
Mark Tyneway authored
Add Delta override flag
-
Maurelian authored
contracts-bedrock: fix warning on _getSel, restrict to pure
-
Adrian Sutton authored
op-batcher: Move config test from op-e2e to unit tests
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.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.54.0...v8.55.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-e2e: Start migrating cannon e2e tests to output_cannon
-
Mark Tyneway authored
Merge pull request #8418 from ethereum-optimism/dependabot/npm_and_yarn/eslint-config-prettier-9.1.0 build(deps-dev): bump eslint-config-prettier from 8.3.0 to 9.1.0
-
Mark Tyneway authored
contracts-bedrock: deploy `SuperchainConfig` to sepolia
-
Mark Tyneway authored
build(deps-dev): bump @wagmi/core from 1.4.7 to 1.4.8
-
Mark Tyneway authored
op-e2e: Remove unused TempDir function
-
Mark Tyneway authored
Initial deployment of `SuperchainConfig` to goerli. Meant to be used as part of the "extended pause" contracts release. Includes the deploy artifact for the deployment. Only 1 deployment is needed per superchain target, meaning that many L2 chains can use the same contract.
-
Joshua Gutow authored
-