Skip to content

deps: bump the reth group across 1 directory with 2 updates#931

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/reth-7e0e59b158
Open

deps: bump the reth group across 1 directory with 2 updates#931
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/reth-7e0e59b158

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps the reth group with 2 updates in the / directory: reth-primitives-traits and reth-tasks.

Updates reth-primitives-traits from 0.3.2 to 0.5.2

Release notes

Sourced from reth-primitives-traits's releases.

v0.5.2

What's Changed

Full Changelog: paradigmxyz/reth-core@v0.5.1...v0.5.2

v0.5.1

What's Changed

Full Changelog: paradigmxyz/reth-core@v0.5.0...v0.5.1

v0.5.0

What's Changed

Full Changelog: paradigmxyz/reth-core@v0.4.2...v0.5.0

v0.4.2

What's Changed

Full Changelog: paradigmxyz/reth-core@v0.4.1...v0.4.2

v0.4.1

What's Changed

New Contributors

Full Changelog: paradigmxyz/reth-core@v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from reth-primitives-traits's changelog.

0.5.2 - 2026-06-18

Features

  • [primitives-traits] Impl PartialEq for SealedOrRecoveredBlock (#34)

0.5.1 - 2026-06-15

Features

  • [primitives] Implement Deref for SealedBlockWith (#32)

Miscellaneous Tasks

  • Release 0.5.1

0.5.0 - 2026-06-12

Dependencies

  • Bump revm crates to 41.0.0 (#31)

Features

  • [primitives] Add block hash if block access list helper (#29)

Miscellaneous Tasks

  • Release 0.5.0

Other

  • Allow proc-macro-error2 advisory (#30)

Refactor

  • [primitives] Inline primitives trait helpers (#28)

0.4.2 - 2026-06-07

Features

  • [primitives] Add sealed-or-recovered block wrapper (#23)

Miscellaneous Tasks

  • Release 0.4.2

Performance

... (truncated)

Commits
  • 27a19b6 chore: release 0.5.2
  • ce88477 feat(primitives-traits): impl PartialEq for SealedOrRecoveredBlock (#34)
  • b05cec6 chore: release 0.5.1
  • 714e1be feat(primitives): implement Deref for SealedBlockWith (#32)
  • dc78044 chore: release 0.5.0
  • 01de221 chore: bump revm crates to 41.0.0 (#31)
  • d2cc6aa ci: allow proc-macro-error2 advisory (#30)
  • 6fa13e9 feat(primitives): add block hash if block access list helper (#29)
  • fec75de refactor(primitives): inline primitives trait helpers (#28)
  • 3109f1f chore: release 0.4.2
  • Additional commits viewable in compare view

Updates reth-tasks from v2.2.0 to v2.4.1

Release notes

Sourced from reth-tasks's releases.

Reth v2.4.1

image

Latest Release

This patch release is for alloy dependency updates.

Update Priority

This table provides priorities for which classes of users should update particular components.

User Class Priority
Payload Builders High
Non-Payload Builders High

See Update Priorities for more information about this table.

All Changes

  • chore: remove release formatting noise
  • chore(deps): bump alloy core 1.6.1 (#26419)
  • chore: release 2.4.1

Binaries

See pre-built binaries documentation.

The binaries are signed with the PGP key: 50FB 7CC5 5B2E 8AFA 59FE 03B7 AA5E D56A 7FBF 253E

Reth

System Architecture Binary PGP Signature
x86_64 reth-v2.4.1-x86_64-unknown-linux-gnu.tar.gz PGP Signature
aarch64 reth-v2.4.1-aarch64-unknown-linux-gnu.tar.gz PGP Signature
aarch64 reth-v2.4.1-aarch64-apple-darwin.tar.gz PGP Signature
Docker paradigmxyz/reth -

Reth v2.4.0

image

Performance

Reth v2.4.0 reduces mean newPayload latency by 6.2% compared with v2.3.0.

Experimental revmc JIT EVM support is added and can be activated with --jit.enabled flag.

Networking and transaction propagation get a large set of throughput-oriented improvements: faster pooled transaction recovery (#26304), cached full transaction propagation encoding (#26012), and multiple ECIES / P2PStream allocation reductions.

... (truncated)

Changelog

Sourced from reth-tasks's changelog.

Releases

Release cadence

reth does not currently have a regular release cadence while it is still experimental software.

For maintainers

This section outlines how to cut a new release.

It is assumed that the commit that is being considered for release has been marked as stable, i.e. that there is an expectation of no major bugs.

Release PR

  • Create a new branch (e.g. release/vx.y.z) and open a pull request for it
  • Ensure all tests and lints pass for the chosen commit
  • Version bump
    • Update the version in all Cargo.toml's
  • Commit the changes
    • The message format should be release: vx.y.z, substituting x.y.z for the semver.
  • The PR should be reviewed to see if anything was missed
  • Once reviewed, merge the PR

Releasing

  • Tag the new commit on main with vx.y.z (git tag vx.y.z SHA)
  • Push the tag (git push origin vx.y.z)[^1]
  • Update Homebrew Tap
  • Run the release commit on the testing infrastructure for 1-3 days to check for inconsistencies and bugs
    • This testing infrastructure is going to sync and keep up with a live testnet, and includes monitoring of bandwidth, CPU, disk space etc.

Note

The v prefix for the tag is important! If it is missing, the release workflow will not run.

When the tag is pushed, the artifacts are built automatically and a draft release is added to the repository. This draft release includes a template that must be filled out, including:

  • A summary of the release (highlights etc.)
  • The update priority (see below)
  • An auto-generated changelog

The release artifacts are automatically added to the draft release. Once ready, simply publish the release.

Release summaries

The release summary should include general notes on what the release contains that are important to operators. These changes can be found using the https://github.com/paradigmxyz/reth/labels/M-changelog label.

[^1]: It is possible to use git push --tags, but this is discouraged since it can be very difficult to get rid of bad tags.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from dvush as a code owner July 13, 2026 04:52
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 13, 2026
@dependabot
dependabot Bot requested a review from ZanCorDX as a code owner July 13, 2026 04:52
@dependabot dependabot Bot added the rust Pull requests that update rust code label Jul 13, 2026
Bumps the reth group with 2 updates in the / directory: [reth-primitives-traits](https://github.com/paradigmxyz/reth-core) and [reth-tasks](https://github.com/paradigmxyz/reth).


Updates `reth-primitives-traits` from 0.3.2 to 0.5.2
- [Release notes](https://github.com/paradigmxyz/reth-core/releases)
- [Changelog](https://github.com/paradigmxyz/reth-core/blob/main/CHANGELOG.md)
- [Commits](paradigmxyz/reth-core@v0.3.2...v0.5.2)

Updates `reth-tasks` from v2.2.0 to v2.4.1
- [Release notes](https://github.com/paradigmxyz/reth/releases)
- [Changelog](https://github.com/paradigmxyz/reth/blob/main/docs/release.md)
- [Commits](paradigmxyz/reth@88505c7...8eb2101)

---
updated-dependencies:
- dependency-name: reth-primitives-traits
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: reth
- dependency-name: reth-tasks
  dependency-version: 9384bc53d8c0c77e59cac83fdaaf3b372c6d2216
  dependency-type: direct:production
  dependency-group: reth
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps: bump the reth group with 2 updates deps: bump the reth group across 1 directory with 2 updates Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/reth-7e0e59b158 branch from 649e6a7 to 95a2e37 Compare July 20, 2026 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants