librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

1169 sync engine with block cache trait

Open Oscar-Pepper opened this issue 11 months ago • 2 comments

  • Builds on #1184, implementing an async wallet synchronization function
  • Replaces FsBlockDb with BlockCache for generic implementation of block caches, solving cyclic dependencies.
  • Implements BlockCache for FsBlockDb and TestBlockCache (formerly BlockCache)

Oscar-Pepper avatar Mar 04 '24 18:03 Oscar-Pepper