Create a zebra-db
crate
#7937
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
A-state
Area: State / database changes
Motivation
We want to re-using RocksDB for our scanner work, because we already have well-tested low level interfaces to it.
Suggested Chanhes
We can split out a new
zebra-db
crate, whichzebra-state
andzebra-scan
can depend on.That crate should contain the low-level database code from ticket #7926.
Related Work
This was mentioned in #7904 (comment) and earlier comments on that ticket.
The text was updated successfully, but these errors were encountered: