zebra/zebra-state/src
teor 6a3615e039
fix: Commit sled state in a transaction (#933)
Fixes a race condition between the height and hash tree updates, when
they are executed simultaneously with GetDepth. `get_tip` uses the height
tree, but `get` uses the hash tree.
2020-08-21 12:36:00 -07:00
..
in_memory chain: rename BlockHeight to block::Height 2020-08-17 11:46:34 -07:00
in_memory.rs chain: rename BlockHeaderHash to block::Hash 2020-08-17 11:46:34 -07:00
lib.rs chain: rename BlockHeight to block::Height 2020-08-17 11:46:34 -07:00
on_disk.rs fix: Commit sled state in a transaction (#933) 2020-08-21 12:36:00 -07:00