Skip to content

feat(cli): add reth db get rocksdb subcommand#21365

Closed
HuberyJulianay wants to merge 4 commits intoparadigmxyz:mainfrom
HuberyJulianay:dbGet
Closed

feat(cli): add reth db get rocksdb subcommand#21365
HuberyJulianay wants to merge 4 commits intoparadigmxyz:mainfrom
HuberyJulianay:dbGet

Conversation

@HuberyJulianay
Copy link
Contributor

Adds RocksDB support to the reth db get command, completing the tooling for RocksDB tables alongside MDBX and static files.

Usage:

  reth db get rocksdb transaction-hash-numbers '"0xabc..."'
  reth db get rocksdb accounts-history '{ "key": "0x...", "highest_block_number": 12345 }'
  reth db get rocksdb storages-history '...' --raw

This was the last missing piece - we now have checksum (#21217), list(#21364), and get(this) for RocksDB. Users can finally look up specific entries without iterating through the entire table.

@github-actions github-actions bot added the S-stale This issue/PR is stale and will close with no further activity label Feb 14, 2026
@HuberyJulianay
Copy link
Contributor Author

@mattsse Hi boss, could this s-stale label be removed? cc @joshieDo

@github-actions github-actions bot removed the S-stale This issue/PR is stale and will close with no further activity label Feb 18, 2026
@emmajam
Copy link
Member

emmajam commented Feb 26, 2026

Hey! We're doing some spring cleaning on our PR backlog 🧹 Closing old PRs to keep things tidy. If this is still relevant, please feel free to re-open — we appreciate your contribution!

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