Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paradigmxyz/reth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Dargon789/reth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 16 files changed
  • 10 contributors

Commits on Mar 3, 2026

  1. ci(bench): add Wall Clock Time metric to results table (#22738) (#5)

    * ci(bench): add Wall Clock Time metric to results table (#22738)
    
    Co-authored-by: Alexey Shekhirin <[email protected]>
    
    * fix: skip persisted peers without a confirmed fork ID on startup (#22734)
    
    * fix(grafana): use correct metric for block buffer blocks panel (#22741)
    
    Co-authored-by: Brian Picciano <[email protected]>
    
    * feat(metrics): add /debug/tokio/dump endpoint for tokio task dumps (#22737)
    
    Co-authored-by: Alexey Shekhirin <[email protected]>
    
    * perf(net): increase default concurrent outbound dials to 30 (#22744)
    
    Co-authored-by: Amp <[email protected]>
    
    ---------
    
    Co-authored-by: Derek Cofausper <[email protected]>
    Co-authored-by: Alexey Shekhirin <[email protected]>
    Co-authored-by: Emma Jamieson-Hoare <[email protected]>
    Co-authored-by: Brian Picciano <[email protected]>
    Co-authored-by: Matthias Seitz <[email protected]>
    Co-authored-by: Amp <[email protected]>
    7 people authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    ea77cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b32074 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/checkout from 4 to 6 (#2)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    b912444 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/download-artifact from 7 to 8 (#1)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    43e0783 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump actions/upload-artifact from 6 to 7 (#3)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    0b247fb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. chore(deps): bump the cargo-weekly group with 5 updates (#4)

    Bumps the cargo-weekly group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [alloy-eip7928](https://github.com/alloy-rs/eips) | `0.3.2` | `0.3.3` |
    | [moka](https://github.com/moka-rs/moka) | `0.12.13` | `0.12.14` |
    | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.38.2` | `0.38.3` |
    | [tracing-logfmt](https://github.com/EmbarkStudios/tracing-logfmt) | `0.3.5` | `0.3.7` |
    | [ipnet](https://github.com/krisprice/ipnet) | `2.11.0` | `2.12.0` |
    
    
    Updates `alloy-eip7928` from 0.3.2 to 0.3.3
    - [Changelog](https://github.com/alloy-rs/eips/blob/main/CHANGELOG.md)
    - [Commits](alloy-rs/eips@alloy-eip7928-v0.3.2...alloy-eip7928-v0.3.3)
    
    Updates `moka` from 0.12.13 to 0.12.14
    - [Release notes](https://github.com/moka-rs/moka/releases)
    - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
    - [Commits](moka-rs/moka@v0.12.13...v0.12.14)
    
    Updates `sysinfo` from 0.38.2 to 0.38.3
    - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
    - [Commits](GuillaumeGomez/sysinfo@v0.38.2...v0.38.3)
    
    Updates `tracing-logfmt` from 0.3.5 to 0.3.7
    - [Release notes](https://github.com/EmbarkStudios/tracing-logfmt/releases)
    - [Changelog](https://github.com/EmbarkStudios/tracing-logfmt/blob/main/CHANGELOG.md)
    - [Commits](EmbarkStudios/tracing-logfmt@0.3.5...0.3.7)
    
    Updates `ipnet` from 2.11.0 to 2.12.0
    - [Release notes](https://github.com/krisprice/ipnet/releases)
    - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
    - [Commits](krisprice/ipnet@2.11.0...2.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: alloy-eip7928
      dependency-version: 0.3.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cargo-weekly
    - dependency-name: moka
      dependency-version: 0.12.14
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cargo-weekly
    - dependency-name: sysinfo
      dependency-version: 0.38.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cargo-weekly
    - dependency-name: tracing-logfmt
      dependency-version: 0.3.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cargo-weekly
    - dependency-name: ipnet
      dependency-version: 2.12.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: cargo-weekly
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dargon789 <[email protected]>
    dependabot[bot] and Dargon789 authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    1564dec View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Update issue templates (#7)

    * Update issue templates
    
    * Update .github/ISSUE_TEMPLATE/bug_report.md
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    Signed-off-by: Dargon789 <[email protected]>
    
    * Update .github/ISSUE_TEMPLATE/bug_report.md
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Signed-off-by: Dargon789 <[email protected]>
    
    ---------
    
    Signed-off-by: Dargon789 <[email protected]>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    3 people authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    b543f52 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. chore(deps): bump docker/build-push-action from 6 to 7 (#8)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    a84cf7d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/setup-buildx-action from 3 to 4 (#9)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    03dc278 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. chore(deps): bump docker/bake-action from 6 to 7 (#10)

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6 to 7.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    852c994 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 (#13)

    Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.13 to 0.11.14.
    - [Release notes](https://github.com/quinn-rs/quinn/releases)
    - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14)
    
    ---
    updated-dependencies:
    - dependency-name: quinn-proto
      dependency-version: 0.11.14
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dargon789 <[email protected]>
    dependabot[bot] and Dargon789 authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    744a296 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/login-action from 3 to 4 (#11)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    0ae018b View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 (#14)

    Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.12.0 to 0.12.1.
    - [Release notes](https://github.com/pseitz/lz4_flex/releases)
    - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md)
    - [Commits](PSeitz/lz4_flex@0.12.0...0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: lz4_flex
      dependency-version: 0.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    837c8dc View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump tracing-subscriber from 0.3.22 to 0.3.23 (#15)

    Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23.
    - [Release notes](https://github.com/tokio-rs/tracing/releases)
    - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23)
    
    ---
    updated-dependencies:
    - dependency-name: tracing-subscriber
      dependency-version: 0.3.23
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    50aae1f View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 (#…

    …16)
    
    Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3.
    - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
    - [Commits](marocchino/sticky-pull-request-comment@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: marocchino/sticky-pull-request-comment
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    3c7c6c7 View commit details
    Browse the repository at this point in the history
Loading