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
This ticket is a follow up for the #1346. All the details about the issue are mentioned in the 1346 so just short summary:
The progress reporting takes a lot of time. Starts from the rust calls that gather data and ends up with creation of snapshot struct that is broadcasted to the clients/subscribers.
Simple change reduced the time significantly by not reporting every 100 scanned blocks but rather every 500 scanned blocks.
The Goal
The goal of this ticket is to finish what we started and report only when it's necessary or rather when we know it makes sense to report any progress and balances.
The text was updated successfully, but these errors were encountered:
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Jan 24, 2024
- changelog update
- the sync time has been reduced by ~33%. The progress reporting frequency has been lowered down 5-times
- this is just first step and a quick improvement before we introduce advanced solution, covered in Electric-Coin-Company#1353
- changelog update
- the sync time has been reduced by ~33%. The progress reporting frequency has been lowered down 5-times
- this is just first step and a quick improvement before we introduce advanced solution, covered in Electric-Coin-Company#1353
[Electric-Coin-Company#1346] Troubleshooting synchronization (Electric-Coin-Company#1354)
- typo fixed
This ticket is a follow up for the #1346. All the details about the issue are mentioned in the 1346 so just short summary:
The progress reporting takes a lot of time. Starts from the rust calls that gather data and ends up with creation of snapshot struct that is broadcasted to the clients/subscribers.
Simple change reduced the time significantly by not reporting every 100 scanned blocks but rather every 500 scanned blocks.
The Goal
The goal of this ticket is to finish what we started and report only when it's necessary or rather when we know it makes sense to report any progress and balances.
The text was updated successfully, but these errors were encountered: