Write scanning results to database #8021
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
C-enhancement
Category: This is an improvement
After we have a database created in #8019 and we have results from #8018, we need to insert them to the database.
This will be the issue that makes the connection between the scanning results and the persistent storage. Results can be written using the
Storage::add_sapling_result()
method.Writing results to database files can block, so it should be wrapped in a
spawn_blocking()
function.The text was updated successfully, but these errors were encountered: