- 12 Oct, 2023 1 commit
-
-
Adrian Sutton authored
Other changes to make the spec match the current implementation: * Dropping frames due to timed out channels or duplication is only done for channels that have not yet been pruned from the channel bank. * Timed out channels are only pruned from the channel-bank if they are prior to a readable channel. * Explicitly state that channels are removed from the channel-bank when they are read.
-
- 11 Oct, 2023 21 commits
-
-
Mark Tyneway authored
op-upgrade: cleanup implementation
-
Mark Tyneway authored
build(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3
-
Mark Tyneway authored
Merge pull request #7625 from ethereum-optimism/dependabot/go_modules/github.com/google/go-cmp-0.6.0 build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
-
dependabot[bot] authored
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.2 to 1.5.3. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump @types/chai from 4.3.6 to 4.3.7
-
Mark Tyneway authored
Use a higher level API that is more appropriate for building calldata for calls. The lower level API did not append the 4byte selectors and that had to be done manually. Using the low level API was error prone so it should be avoided. The high level API does exactly what we want it to do - ABI encode the data and then append it to the correct 4byte selector. To review this PR, ensure that the arguments to the old `PackValues` functions are the same as the new `Pack` function, excluding the first argument which is the name of the function to ABI encode for.
-
Mark Tyneway authored
build(deps-dev): bump @types/express from 4.17.18 to 4.17.19
-
dependabot[bot] authored
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" 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.0 to 1.16.2
-
Wyatt Barnes authored
ufm-metamask correct envs
-
dependabot[bot] authored
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.16.0 to 1.16.2. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.16.0...viem@1.16.2) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Wyatt Barnes authored
-
protolambda authored
op-node: Span Batch Type, Encoding, and Decoding
-
dependabot[bot] authored
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.18 to 4.17.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
protolambda authored
op-service: http-server util, Close explicitly to wait for resource cleanup before shutdown
-
protolambda authored
-
protolambda authored
-
Hamdi Allam authored
fix(indexer): indexer config precedence
-
Hamdi Allam authored
-
Hamdi Allam authored
-
- 10 Oct, 2023 18 commits
-
-
Hamdi Allam authored
bugfix(indexer) index the mint field of the l1 deposit transactions and not the value field
-
protolambda authored
docs: fix typos
-
Hamdi Allam authored
-
Mark Tyneway authored
Merge pull request #7602 from ethereum-optimism/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.7.5 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.5
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Joshua Gutow authored
Update op-e2e README.md - add missing prereq command for e2e test
-
dependabot[bot] authored
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.0 to 6.7.5. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump eslint from 8.50.0 to 8.51.0
-
Mark Tyneway authored
build(deps-dev): bump typedoc from 0.25.1 to 0.25.2
-
Maurelian authored
contracts-bedrock: delete fake internal-devnet artifacts
-
vuittont60 authored
-
Tei Im authored
-
Tei Im authored
Fix comments Check if the span batch is empty in LogContext() Check chain ID of the protected tx in newSpanBatchTxs() Write SpanBatchType explicitly when encoding span batch
-
Changwan Park authored
Define SpanBatch and related types Rename BatchV1 to SingularBatch Add unit test cases
-
dependabot[bot] authored
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.1 to 0.25.2. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.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.50.0...v8.51.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
build(deps-dev): bump abitype from 0.9.9 to 0.9.10
-