- 16 Mar, 2023 3 commits
-
-
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
-
- 15 Mar, 2023 4 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
-
- 14 Mar, 2023 33 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 [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
-
mergify[bot] authored
-
Will Cory authored
-
Inphi authored
Co-authored-by:
Will Cory <willcory10@gmail.com>
-
inphi authored
-
mergify[bot] authored
op-node: when confirm payload failed should cancel it
-
mergify[bot] authored
-
Matthew Slipper authored
op-chain-ops: Fix dry run param
-
mergify[bot] authored
-
Matthew Slipper authored
specs: specify fees, fee-vaults, and include L1-cost function detail of Regolith
-
Matthew Slipper authored
fix(op-e2e): Flaky Peering Score Test
-
Matthew Slipper authored
This was set to the wrong boolean. `dryRun` is the opposite of `commit` which is confusing. This PR refactors to use consistent naming throughout.
-
mergify[bot] authored
-
Mark Tyneway authored
ctb: Remove wait in `getContractFromArtifact`
-
mergify[bot] authored
-
Kevin Z Chen authored
fault-detector: document the `bedrock` and `startbatchindex` flags.
-
mergify[bot] authored
-