Skip to content

chore(deps): bump reth-primitives-traits from 39b9c8a to a12a32e#1338

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/reth-primitives-traits-a12a32e
Closed

chore(deps): bump reth-primitives-traits from 39b9c8a to a12a32e#1338
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/reth-primitives-traits-a12a32e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps reth-primitives-traits from 39b9c8a to a12a32e.

Commits
  • a12a32e feat(engine): add tx_index to execute tx span (#22972)
  • ec59698 fix: don't deadlock on repeated payloads (#22971)
  • 9f69a68 fix(ethstats): prevent writer starvation by cloning ConnWrapper to drop (#22805)
  • 4527725 fix(reth-bench): preserve RequestsOrHash for engine_newPayloadV4 (#22939)
  • c57ecb9 fix(era-downloader): ignore NotFound when deleting out-of-range files (#22905)
  • ea12781 fix: resolve exit future once engine exits (#22956)
  • adfa36e fix(trie): ArenaParallelSparseTrie: fix merge_subtrie_updates not cancelling ...
  • 592c65b refactor(trie): box cleared_subtries pool entries (#22950)
  • 074daf8 refactor(trie): simplify arena clear with drain and remove all_subtries (#22940)
  • bb55687 test(trie): Implement TrieTestHarness (#22923)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 12, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 12, 2026
Bumps [reth-primitives-traits](https://github.com/paradigmxyz/reth) from `39b9c8a` to `a12a32e`.
- [Release notes](https://github.com/paradigmxyz/reth/releases)
- [Commits](paradigmxyz/reth@39b9c8a...a12a32e)

---
updated-dependencies:
- dependency-name: reth-primitives-traits
  dependency-version: a12a32efff201f74da089aa352c5c932d8f95ad6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/reth-primitives-traits-a12a32e branch from 8ce0630 to 0f85af6 Compare March 12, 2026 15:49
Comment thread Cargo.lock
version = "1.11.1"
source = "git+https://github.com/paradigmxyz/reth#39b9c8ae4b8fe86ae8a74ee545055d0cae071837"
version = "1.11.3"
source = "git+https://github.com/paradigmxyz/reth#c0f69973522b78054f0086459b5da7dc973f986a"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit hash mismatch with PR intent

The PR description states the update should be to commit a12a32e, but the actual commit being used is c0f69973522b78054f0086459b5da7dc973f986a. This mismatch means:

  • The intended fixes/features from commit a12a32e (mentioned in PR description: tx_index span addition, deadlock fix, writer starvation fix) may not be included
  • An unintended commit c0f6997 is being used instead
  • This could introduce different bugs or miss critical fixes

Fix: Update the dependency to the correct commit:

source = "git+https://github.com/paradigmxyz/reth#a12a32efff201f74da089aa352c5c932d8f95ad6"
Suggested change
source = "git+https://github.com/paradigmxyz/reth#c0f69973522b78054f0086459b5da7dc973f986a"
source = "git+https://github.com/paradigmxyz/reth#a12a32efff201f74da089aa352c5c932d8f95ad6"

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2026

Superseded by #1351.

@dependabot dependabot bot closed this Mar 19, 2026
@dependabot dependabot bot deleted the dependabot/cargo/reth-primitives-traits-a12a32e branch March 19, 2026 03:56
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