tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

feat: gRPC workers #186

Closed therustmonk closed 1 year ago

therustmonk commented 1 year ago

Description

This PR integrates adds GRPC task that tracks a stream to the base_node or a wallet.

Motivation and Context

The app tried to open GRPC stream on start when they are not available. In order not to miss any message we should scan GRPC and connect to it as soon as it's available.

How Has This Been Tested?

Manually, CI