- 18 Oct, 2023 9 commits
-
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/core) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/wagmi-dev/wagmi/releases) - [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/wagmi-dev/wagmi/commits/@wagmi/core@1.4.4/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump viem from 1.16.5 to 1.16.6
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.5 to 1.16.6. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.5...viem@1.16.6) --- 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
contracts-bedrock: absolute imports
-
Will Cory authored
chore: Disable low value test
-
felipe andrade authored
* feat: make max batch size hard limit 1000 and default 100 * nit: rename const
-
Will Cory authored
-
Joshua Gutow authored
txmgr: don't wait the resubmission timeout for gas increases for underpriced errors
-
refcell.eth authored
feat(op-challenger): Wire Up the LocalContext
-
- 17 Oct, 2023 24 commits
-
-
Andreas Bigger authored
-
refcell.eth authored
Merge pull request #7652 from ethereum-optimism/dependabot/npm_and_yarn/testing-library/jest-dom-6.1.4 build(deps-dev): bump @testing-library/jest-dom from 6.0.1 to 6.1.4
-
Mark Tyneway authored
build(deps-dev): bump hardhat-deploy from 0.11.42 to 0.11.43
-
Mark Tyneway authored
Use relatively absolute imports from the project root in a few files that still have not received that migration. A source code change like that requires a patch semver bump which then requires a rebuild of all of the bindings since it changes the bytecode. There are still other files that have relative imports from the file itself, we can slowly migrate them over time as it is convenient.
-
refcell.eth authored
build(deps-dev): bump @types/node from 20.8.5 to 20.8.6
-
Joshua Gutow authored
bugfix(op-node): syncClient incorrectly removes peer issue
-
Mark Tyneway authored
contracts-bedrock: initialize tests
-
Mark Tyneway authored
docs: fix typos
-
refcell.eth authored
Merge pull request #7713 from ethereum-optimism/dependabot/go_modules/github.com/mattn/go-isatty-0.0.20 build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
-
refcell.eth authored
chore(op-challenger): Remove unused PreimageOracleData Methods
-
refcell.eth authored
build(deps-dev): bump lint-staged from 14.0.1 to 15.0.1
-
dependabot[bot] authored
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.19 to 0.0.20. - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
chore(contracts-ts): Remove niche hooks and actions
-
Joshua Gutow authored
op-node: Channel ordering fix for canyon
-
protolambda authored
op-service: fix exponential backoff strategy in case of high number of attempts
-
Hamdi Allam authored
feat(indexer) cli & client touchups
-
protolambda authored
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.5 to 20.8.6. - [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-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v14.0.1...v15.0.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.11.42 to 0.11.43. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.11.42...v0.11.43) --- updated-dependencies: - dependency-name: hardhat-deploy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
fix(ctb): Fix bindings:go command not found issue
-
Mark Tyneway authored
build(deps-dev): bump @types/chai from 4.3.7 to 4.3.8
-
Hamdi Allam authored
-
Maurelian authored
-
- 16 Oct, 2023 7 commits
-
-
Andreas Bigger authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Test coverage of the L1 `Initializable` contracts to cover the case of contracts being reinitialized. No contract should be able to have `initialize()` called twice.
-
Mark Tyneway authored
Make the ERC721Bridge test setup be part of the same process as the StandardBridge setup so that its possible to have the entire L1 system set up in a single unit test block. This makes writing tests that touch all of the system L1 contracts much more easy. These changes were done with some find and replaces.
-
refcell.eth authored
Update STYLE_GUIDE.md
-
refcell.eth authored
op-challenger: Support multiple trace types on the command line/config
-
clabby authored
feat(ctb): Deeper local key contexts
-