anoma / namada-interface

Apache License 2.0
78 stars 106 forks source link

SDK: Shielded-Sync should broadcast events #1206

Open jurevans opened 4 weeks ago

jurevans commented 4 weeks ago

When shielded sync starts, we should transmit progress events (ProgressBar) that contains:

More info TBD

euharrison commented 1 week ago

Currently, the loading skeleton will be displayed to user while we are shield syncing

This is expected as it could take a huge amount of time (several minutes) depending on how many blocks the interface need to syncs

When we have the progress events transmitted, we can improve the interface adding a progress bar.

It's important to notice that it'll not going to have impact in the time consumed to sync, it's only a user friendly feedback while this is syncing

Screenshot 2024-11-13 at 14 09 03

Screenshot 2024-11-13 at 14 09 13