@@ -6,6 +6,7 @@ members = [
66 " bin/stress-test" ,
77 " crates/block-producer" ,
88 " crates/grpc-error-macro" ,
9+ " crates/large-smt" ,
910 " crates/ntx-builder" ,
1011 " crates/proto" ,
1112 " crates/remote-prover-client" ,
@@ -49,15 +50,16 @@ miden-node-validator = { path = "crates/validator", version = "0.13" }
4950miden-remote-prover-client = { path = " crates/remote-prover-client" , version = " 0.13" }
5051
5152# miden-base aka protocol dependencies. These should be updated in sync.
52- miden-block-prover = { branch = " next " , git = " https://github.com/0xMiden/miden-base.git" }
53- miden-protocol = { branch = " next " , default-features = false , git = " https://github.com/0xMiden/miden-base.git" }
54- miden-standards = { branch = " next " , git = " https://github.com/0xMiden/miden-base.git" }
55- miden-testing = { branch = " next " , git = " https://github.com/0xMiden/miden-base.git" }
56- miden-tx = { branch = " next " , default-features = false , git = " https://github.com/0xMiden/miden-base.git" }
57- miden-tx-batch-prover = { branch = " next " , git = " https://github.com/0xMiden/miden-base.git" }
53+ miden-block-prover = { branch = " bernhard-migrate-rocksdb-from-crypto " , git = " https://github.com/0xMiden/miden-base.git" }
54+ miden-protocol = { branch = " bernhard-migrate-rocksdb-from-crypto " , default-features = false , git = " https://github.com/0xMiden/miden-base.git" }
55+ miden-standards = { branch = " bernhard-migrate-rocksdb-from-crypto " , git = " https://github.com/0xMiden/miden-base.git" }
56+ miden-testing = { branch = " bernhard-migrate-rocksdb-from-crypto " , git = " https://github.com/0xMiden/miden-base.git" }
57+ miden-tx = { branch = " bernhard-migrate-rocksdb-from-crypto " , default-features = false , git = " https://github.com/0xMiden/miden-base.git" }
58+ miden-tx-batch-prover = { branch = " bernhard-migrate-rocksdb-from-crypto " , git = " https://github.com/0xMiden/miden-base.git" }
5859
5960# Other miden dependencies. These should align with those expected by miden-base.
60- miden-air = { features = [" std" , " testing" ], version = " 0.20" }
61+ miden-air = { features = [" std" , " testing" ], version = " 0.20" }
62+ miden-crypto = { branch = " bernhard-migrate-rocksdb-from-crypto" , git = " https://github.com/0xMiden/crypto.git" }
6163
6264# External dependencies
6365anyhow = { version = " 1.0" }
@@ -112,3 +114,6 @@ must_use_candidate = "allow" # This marks many fn's which isn't helpfu
112114needless_for_each = " allow" # Context dependent if that's useful.
113115should_panic_without_expect = " allow" # We don't care about the specific panic message.
114116# End of pedantic lints.
117+
118+ [patch .crates-io ]
119+ miden-crypto = { branch = " bernhard-migrate-rocksdb-from-crypto" , git = " https://github.com/0xMiden/crypto.git" }
0 commit comments