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
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
The PAB does not provide frequent progress feedback.
Steps to reproduce the behavior
Synchronising the PAB should provide progress every 100k blocks or so.
Actual Result
It does not.
Expected Result
It should.
Describe the approach you would take to fix this
The code here tests if the current block % 100k == 0, however blocks are not always sequential so the probability of hitting this condition is pretty low and as such it produces very little output. We need to make the output condition smarter.
Summary
The PAB does not provide frequent progress feedback.
Steps to reproduce the behavior
Synchronising the PAB should provide progress every 100k blocks or so.
Actual Result
It does not.
Expected Result
It should.
Describe the approach you would take to fix this
The code here tests if the current block % 100k == 0, however blocks are not always sequential so the probability of hitting this condition is pretty low and as such it produces very little output. We need to make the output condition smarter.
System info
Any system.
Commit: 835ce24
The text was updated successfully, but these errors were encountered: