Skip to content

fix(node): make RocksDbArgs respect edge feature defaults like StaticFilesArgs does#21239

Closed
HuberyJulianay wants to merge 3 commits intoparadigmxyz:mainfrom
HuberyJulianay:RocksDbArgs
Closed

fix(node): make RocksDbArgs respect edge feature defaults like StaticFilesArgs does#21239
HuberyJulianay wants to merge 3 commits intoparadigmxyz:mainfrom
HuberyJulianay:RocksDbArgs

Conversation

@HuberyJulianay
Copy link
Copy Markdown
Contributor

Fixes the inconsistency where StaticFilesArgs properly uses edge feature defaults but RocksDbArgs was always defaulting to false regardless of the feature flag.

Before this, if you compiled with --features edge, you'd still need to manually pass --rocksdb.tx-hash=true to get the actual edge behavior defined in StorageSettings::edge(). Now it just works.

@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker Jan 21, 2026
@HuberyJulianay HuberyJulianay changed the title fix(node): make RocksDbArgs respect edge feature defaults like Static… fix(node): make RocksDbArgs respect edge feature defaults like StaticFilesArgs does Jan 21, 2026
@joshieDo
Copy link
Copy Markdown
Collaborator

joshieDo commented Jan 21, 2026

sorry, handled by #21225

the rocksdb/sf will be mostly handled by us, so feel free to pick any other issue from tracker, sorry!

@joshieDo joshieDo closed this Jan 21, 2026
@github-project-automation github-project-automation bot moved this from Backlog to Done in Reth Tracker Jan 21, 2026
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