Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[BaseNode] Check if base node is already synced #385

Closed tomaszantas closed 2 years ago

tomaszantas commented 2 years ago

Base Node sync in Onboarding:

CjS77 commented 2 years ago

For the 2nd issue, I suggest retrying from the front-end periodically until the gRPC service is ready

tomaszantas commented 2 years ago

2nd issue:

If the app doesn't wait ie. 10 sec, this is reported in the console:

ERROR tari_launchpad::base_node_grpc] Failed reading progress from base node: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }

@alex1307 @CjS77 Is there a way to return this exception in the response to the invoke('base_node_sync_progress')? So then we can retry until it works