Create a new binary zebra-scanner
#8581
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
A-infrastructure
Area: Infrastructure changes
We want to create a new binary
zebra-scanner
inside thezebra-scan
crate.This should call
zebra_scanner::spawn_init
with theReadState::init
(#8520) as the state argument and the last chain from the database as theChainTipChange
(#8580) argument.The new process should start the scanning and the grpc server to interact with it. Scanner program will run until ctrl-c.
When we get into the details of the non-finalized change we might want to check an RPC endpoint to shut down too.
The text was updated successfully, but these errors were encountered: