Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: state sync optimization #346

Merged
merged 10 commits into from
Jan 6, 2025
Prev Previous commit
Next Next commit
remove check on height
ogabrielides committed Dec 23, 2024
commit f9379234ac8ca5f6976bf11edb34c4ac6b333053
3 changes: 0 additions & 3 deletions grovedb/src/replication.rs
Original file line number Diff line number Diff line change
@@ -76,9 +76,6 @@ impl GroveDb {
if merk.is_empty_tree().unwrap() {
return Ok(vec![]);
}
if merk.height().is_none() {
return Ok(vec![]);
}

let mut chunk_producer = ChunkProducer::new(&merk)
.map_err(|e| Error::CorruptedData(