librustzcash
librustzcash copied to clipboard
1169 sync engine with block cache trait
- Builds on #1184, implementing an async wallet synchronization function
- Replaces
FsBlockDb
withBlockCache
for generic implementation of block caches, solving cyclic dependencies. - Implements
BlockCache
forFsBlockDb
andTestBlockCache
(formerlyBlockCache
)