Skip to content

feat: move rocksdb backend for LargeSmt from -crypto to -node#1499

Merged
drahnr merged 20 commits intonextfrom
bernhard-migrate-rocksdb-from-crypto
Mar 3, 2026
Merged

feat: move rocksdb backend for LargeSmt from -crypto to -node#1499
drahnr merged 20 commits intonextfrom
bernhard-migrate-rocksdb-from-crypto

Conversation

@drahnr
Copy link
Contributor

@drahnr drahnr commented Jan 12, 2026

Changes

Copies the RocksDB backend implementation to the miden-node repo.

Closes #1218

Prerequisites

Requires 0xMiden/crypto#850 + a release of miden-crypto @ 0.19.x.

@drahnr drahnr added the blocked Something prevents working on this label Jan 12, 2026
@drahnr drahnr marked this pull request as draft January 12, 2026 10:39
@drahnr drahnr force-pushed the bernhard-migrate-rocksdb-from-crypto branch from b962eda to 46708e6 Compare January 12, 2026 10:40
@drahnr drahnr added blocked Something prevents working on this and removed blocked Something prevents working on this labels Jan 14, 2026
@drahnr drahnr changed the title feat: introduce rocksdb backend for LargeSmt feat: move rocksdb backend for LargeSmt from -crypto to -node Jan 15, 2026
@drahnr drahnr force-pushed the bernhard-migrate-rocksdb-from-crypto branch from 46708e6 to 594aa40 Compare February 24, 2026 19:23
@drahnr drahnr marked this pull request as ready for review February 24, 2026 20:15
@drahnr drahnr added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Feb 24, 2026
@drahnr drahnr requested a review from sergerad February 24, 2026 20:17
@drahnr drahnr requested a review from bobbinth February 26, 2026 09:42
@drahnr drahnr removed the blocked Something prevents working on this label Feb 27, 2026
@drahnr
Copy link
Contributor Author

drahnr commented Mar 2, 2026

The remaining CI failure is unrelated and addressed in #1723

Copy link
Collaborator

@sergerad sergerad left a comment

Choose a reason for hiding this comment

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

LGTM just the Cargo.toml needs a cleanup I think

Copy link

@krushimir krushimir left a comment

Choose a reason for hiding this comment

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

Only a minor doc nit, otherwise LGTM!

@drahnr drahnr merged commit bcb2bde into next Mar 3, 2026
18 checks passed
@drahnr drahnr deleted the bernhard-migrate-rocksdb-from-crypto branch March 3, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract RocksDbStorage smt storage backend into a separate crate

3 participants