ava-labs / firewood

Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
https://ava-labs.github.io/firewood/
Other
117 stars 10 forks source link

[WIP] Fix iteration(?) bug #672

Closed danlaine closed 4 months ago

danlaine commented 4 months ago

This unit test hangs on the second call to assert_eq!(merkle.get(&[2]).unwrap(), Some(Box::from([2])));. Not sure why. Looking into it.