- 16 Mar, 2023 14 commits
-
-
Ori Pomerantz authored
fix(docs): update algolia search key
-
Matthew Slipper authored
Revert single step OVM_ETH migration
-
Kelvin Fichter authored
Updates the Algolia search key for the OP Stack docs.
-
Matthew Slipper authored
op-e2e: Run sequentially
-
Mark Tyneway authored
Fix one grammatical error, update Discord link in README.md, and update License
-
Mark Tyneway authored
build(deps): bump qs from 6.5.2 to 6.5.3 in /docs/op-stack
-
Mark Tyneway authored
Merge pull request #5136 from ethereum-optimism/dependabot/npm_and_yarn/docs/op-stack/http-cache-semantics-4.1.1 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs/op-stack
-
Mark Tyneway authored
Merge pull request #5161 from ethereum-optimism/dependabot/npm_and_yarn/docs/op-stack/decode-uri-component-0.2.2 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /docs/op-stack
-
Mark Tyneway authored
build(deps): bump luxon from 1.28.0 to 1.28.1 in /docs/op-stack
-
dependabot[bot] authored
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Merge pull request #5135 from ethereum-optimism/dependabot/npm_and_yarn/docs/op-stack/minimist-1.2.8 build(deps): bump minimist from 1.2.5 to 1.2.8 in /docs/op-stack
-
Mark Tyneway authored
Merge pull request #5134 from ethereum-optimism/dependabot/npm_and_yarn/docs/op-stack/cookiejar-2.1.4 build(deps): bump cookiejar from 2.1.3 to 2.1.4 in /docs/op-stack
-
Mark Tyneway authored
feat(ctb): Optionally print cast commands during migration
-
Joshua Gutow authored
-
- 15 Mar, 2023 6 commits
-
-
Mark Tyneway authored
op-node: fix channel logging
-
mergify[bot] authored
fix(ci): check changed for contracts tests
-
Kelvin Fichter authored
Properly checks that files are changed when running contracts-bedrock tests.
-
protolambda authored
-
Matthew Slipper authored
-
Matthew Slipper authored
Revert "op-chain-ops: Fix dry run param" This reverts commit d76a3275. Revert "Fix lint" This reverts commit 9aa4a6ca. Revert "Use correct storage slots" This reverts commit f05c0b9f. Revert "op-chain-ops: Improve OVM_ETH migration, remove invalid check slots" This reverts commit 918c1d74.
-
- 14 Mar, 2023 20 commits
-
-
Maurelian authored
-
Joshua Gutow authored
* CI: Split contracts bedrock * Reuse yarn cache * Revert --immutable flag --------- Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
mergify[bot] authored
docs: Do changeset for docs change
-
mergify[bot] authored
-
Joshua Gutow authored
op-batcher: Refactor frame & tx data handling
-
dependabot[bot] authored
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1) --- updated-dependencies: - dependency-name: luxon dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/bmeck/node-cookiejar/releases) - [Commits](https://github.com/bmeck/node-cookiejar/commits) --- updated-dependencies: - dependency-name: cookiejar dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
smartcontracts authored
feat: OP Stack documentation
-
Ori Pomerantz authored
-
Ori Pomerantz authored
-
-
Ori Pomerantz authored
-
Sebastian Stammler authored
Regression test for #4937
-
Sebastian Stammler authored
Also adds a function RandomBlockPrependTxs to package op-node/testutils to avoid code duplication with RandomBlock.
-
Sebastian Stammler authored
Introduces two separate types for frame data and tx data to make a clear distinction between the two. Also prepares the batcher for future changes when it will support sending multiple frames per tx.
-
mergify[bot] authored
fix(cmn): BaseServiceV2 throws on camelCase options
-
inphi authored
-