Skip to content

feat(cli): add reth db list rocksdb subcommand#21364

Closed
HuberyJulianay wants to merge 2 commits intoparadigmxyz:mainfrom
HuberyJulianay:subcommand
Closed

feat(cli): add reth db list rocksdb subcommand#21364
HuberyJulianay wants to merge 2 commits intoparadigmxyz:mainfrom
HuberyJulianay:subcommand

Conversation

@HuberyJulianay
Copy link
Contributor

Adds support for listing RocksDB table contents via reth db list rocksdb, matching the existing MDBX functionality.

Usage:

  reth db list rocksdb transaction-hash-numbers --len 10
  reth db list rocksdb accounts-history --search 0xdeadbeef --json
  reth db list rocksdb storages-history --count

Supports the same filtering options as MDBX (skip, len, reverse, search, min sizes). This fills the tooling gap - we already have reth db checksum rocksdb from #21217 but had no way to actually inspect the data.

Implementation restructures the list command to use subcommands (mdbx/rocksdb) instead of a single table argument.

@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 19, 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