You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to requirements of the get_mempool_stream gRPC service it is more efficient to keep an internal mempool rather than serve mempool data directly. Depending on functionality the IndexerMempool will either use the ReadStateService or Zaino-Fetch as its backend. If possible it should be configurable to use either.
idky137
added
ZGM2
Issues that need to be resolved for the completion of the Zaino dev grant milestone 2
V1.0
Required for Zaino V1.0
labels
Sep 10, 2024
Due to requirements of the get_mempool_stream gRPC service it is more efficient to keep an internal mempool rather than serve mempool data directly. Depending on functionality the IndexerMempool will either use the ReadStateService or Zaino-Fetch as its backend. If possible it should be configurable to use either.
FetchService
struct inZaino-State
, initially containingZaino-Fetch
's JsonRpcConnector and anon_finalised_state
struct, and implement sync method as a persistent background process #122Tasks
Mempool
trait.StateService
.FetchService
.Mempool
trait toIndexer
trait.The text was updated successfully, but these errors were encountered: