- 31 Oct, 2023 13 commits
-
-
protolambda authored
-
Tei Im authored
-
Tei Im authored
-
Tei Im authored
Add pendingSafeHead to engine queue Engine queue advances node's safe head once the span batch is fully processed Batch queue resets cached batches derived from span batch when detecting processing error
-
Tei Im authored
-
Tei Im authored
-
Sebastian Stammler authored
op-batcher: fix test RNG data flake
-
protolambda authored
-
Joshua Gutow authored
op-node: Hide rethDB option
-
protolambda authored
op-e2e: Split e2e tests into two executors
-
Matthew Slipper authored
feat(ci-builder): Persist Rust toolchain in final image
-
Joshua Gutow authored
If the rethDB option is used without the proper build configuration, the op-node will panic. Note that we do not have this build configuration in our releases. This hides the option to use it, but does not fully remove it. There was some duplication required to easily hide the command line flag while still being able to use it for testing purposes. This commit should be reverted when rethDB is stable.
-
felipe authored
feat(proxyd): support eip-1898 in tag rewritting
-
- 30 Oct, 2023 27 commits
-
-
Hamdi Allam authored
fix(indexer) `op_indexer_` MetricsNamespace prefix + metric updates
-
Hamdi Allam authored
-
protolambda authored
op-node: Span Batch Type, Encoding, and Decoding Refactoring
-
Joshua Gutow authored
ci: disable codecov comments on zero diff
-
inphi authored
Also disables Go codecov to avoid spurious diffs due to non-deterministic codecov reports
-
protolambda authored
Signed-off-by:
protolambda <proto@protolambda.com>
-
pcw109550 authored
Refactor Span batch type Remove unused methods Explicit protocol constant Update type of parentCheck and l1OriginCheck Use require instead of assert in tests Refactor RandomTx Refactor Span batch tx tests Adjust tnf to fix test Update comments Co-authored-by:
pcw109550 <pcw109550@gmail.com>
-
protolambda authored
op-node: Span Batch Limit
-
Mark Tyneway authored
ci-builder: include solc 0.8.19
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
pcw109550 authored
-
protolambda authored
op-batcher: Span Batch Submission
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
The other 2 compiler versions are included in `ci-builder` so we should also include `0.8.19`. This will save us from needing to download the compiler in CI many times. The following lines are logged in CI: ``` 3[2K[⠆]3[2Ktalling solc version 0.8.19[⠰]3[2Ktalling solc version 0.8.19[⠔] Installing solc version 0.8.19 3[2K[⠒]3[2Kcessfully installed solc 0.8.19[⠑] Successfully installed solc 0.8.19 ``` These lines are not logged for the other 2 solc versions that are included in `ci-builder` because they are already downloaded.
-
protolambda authored
Span batch derivation [by Test In Prod, rebased on develop, see #7289]
-
Adrian Sutton authored
-
Matthew Slipper authored
ci-builder: go version env var
-
Mark Tyneway authored
Issue 131: Verify Initializer Values in Contract & Genesis Match
-
Matthew Slipper authored
-
clabby authored
-
Mark Tyneway authored
build(deps): bump viem from 1.17.1 to 1.18.0
-