Skip to content

chore(mdbx): replace deprecated MDBX_NOTLS with MDBX_NOSTICKYTHREADS#23378

Merged
DaniPopes merged 2 commits into
mainfrom
dani/notls-to-nostickythreads
Apr 30, 2026
Merged

chore(mdbx): replace deprecated MDBX_NOTLS with MDBX_NOSTICKYTHREADS#23378
DaniPopes merged 2 commits into
mainfrom
dani/notls-to-nostickythreads

Conversation

@DaniPopes
Copy link
Copy Markdown
Contributor

MDBX_NOTLS was deprecated upstream in favor of MDBX_NOSTICKYTHREADS. Migrates the flag usage, blocklists the deprecated constant from bindgen output, and updates the doc comment in txn_pool.

MDBX_NOTLS was deprecated upstream in favor of MDBX_NOSTICKYTHREADS.
Update the flag usage, blocklist the deprecated constant from bindgen,
and fix the doc comment in txn_pool.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

⚠️ Changelog not found.

A changelog entry is required before merging. We've generated a suggested changelog based on your changes:

Preview
---
reth-libmdbx: patch
reth-mdbx-sys: patch
---

Replaced deprecated `MDBX_NOTLS` flag with `MDBX_NOSTICKYTHREADS` in the MDBX bindings and environment flags. Updated related comments to reflect the renamed flag.

Add changelog to commit this to your branch.

@DaniPopes DaniPopes enabled auto-merge April 7, 2026 12:40
@DaniPopes DaniPopes requested review from mattsse and onbjerg April 7, 2026 12:56
@github-actions github-actions Bot added the S-stale This issue/PR is stale and will close with no further activity label Apr 29, 2026
@github-actions github-actions Bot removed the S-stale This issue/PR is stale and will close with no further activity label Apr 30, 2026
@DaniPopes DaniPopes added this pull request to the merge queue Apr 30, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to In Progress in Reth Tracker Apr 30, 2026
Merged via the queue into main with commit fcfa828 Apr 30, 2026
36 checks passed
@DaniPopes DaniPopes deleted the dani/notls-to-nostickythreads branch April 30, 2026 03:30
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Reth Tracker Apr 30, 2026
Thegreatsura pushed a commit to Thegreatsura/tempo that referenced this pull request May 1, 2026
Automated nightly update of reth dependencies from `paradigmxyz/reth`
main branch.

## Upstream reth changes


[`077e5ee...fcfa828`](paradigmxyz/reth@077e5ee...fcfa828)

🔗 Amp thread:
https://ampcode.com/threads/T-019ddc9d-1d46-75e9-b9e8-644c7bd4c595
- **Engine**: Apply finalized state after syncing FCU head import
([#23838](paradigmxyz/reth#23838))
- **Networking**: Customizable discovery defaults
([#23843](paradigmxyz/reth#23843))
- **DB**: Replace deprecated `MDBX_NOTLS` with `MDBX_NOSTICKYTHREADS`
([#23378](paradigmxyz/reth#23378))

## Migrations

🔗 Amp thread:
https://ampcode.com/threads/T-019ddc9d-2d98-72cb-aac1-a4da293cbabf
- Bumped all `reth-*` git dependencies in `Cargo.toml` from rev
`077e5ee` to `fcfa828` to pull in the latest upstream Reth SDK changes.

[GitHub
Workflow](https://github.com/tempoxyz/tempo/actions/runs/25147002830)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants