zingolabs / zaino

Zaino is an indexer for the Zcash blockchain implemented in Rust.
Other
5 stars 6 forks source link

Task 2.3.1: Create `FetchService` struct in `Zaino-State`, initially containing `Zaino-Fetch`'s JsonRpcConnector and a `non_finalised_state` struct, and implement sync method as a persistent background process #122

Open idky137 opened 2 days ago

idky137 commented 2 days ago

Non-finalised state should be able to serve an arbitrary number of client threads concurrently. Possibly use similar broadcast stream to #116.