Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps reth-libmdbx from v1.1.2 to v1.3.9.

Release notes

Sourced from reth-libmdbx's releases.

Reth v1.3.9

image

Summary

This patch release contains RPC-related fixes:

Other bug fixes

  • fix: use --http.corsdomain for http rpc server (paradigmxyz/reth#15620) previously this was using --ws.origins

OpStack

This release is fully ready for superchain sepolia isthmus activation

Compatible versions:

  • alloy-primitives: 1.0.0
  • alloy 0.14.0
  • revm: 22.0.0

Update Priority

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

User Class Priority
Payload Builders low
Non-Payload Builders low
Op-reth high

See Update Priorities for more information about this table.

All Changes

  • chore: bump version 1.3.9 (#15716)
  • chore: rm lifetime (#15723)
  • Add metric for supervisor RPC latency (#15570)
  • chore: Replace remaining uses of reth_primitives with reth_primitives_traits (#15704)
  • chore: unify proof task concurrency consts (#15715)
  • fix(engine): update cached bytecodes with bundle state (#15676)
  • chore(op-consensus): Remove redundant module (#15718)
  • chore: bump op-revm (#15714)
  • chore: bump alloy-trie (#15717)
  • chore: periodically resolve trusted nodes dns (#15678)
  • fix(op-interop): incorrect parsing of supervisor_checkAccessList error (#15670)
  • feat: use L2 timestamps for mapped L1 (#15683)
  • test: benchmark for fetch pending hashes (#15574)
  • chore: bump ssz (#15713)

... (truncated)

Changelog

Sourced from reth-libmdbx'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 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 is 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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reth-libmdbx](https://github.com/paradigmxyz/reth) from v1.1.2 to v1.3.9.
- [Release notes](https://github.com/paradigmxyz/reth/releases)
- [Changelog](https://github.com/paradigmxyz/reth/blob/main/docs/release.md)
- [Commits](paradigmxyz/reth@v1.1.2...00e5b6e)

---
updated-dependencies:
- dependency-name: reth-libmdbx
  dependency-version: 00e5b6e01e3cf4c86cb3625f7aff52b81960d724
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 14, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #38.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/cargo/reth-libmdbx-v1.3.9 branch April 21, 2025 19:04
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