Done
Details
Assignee
Tomislav GrospićTomislav GrospićReporter
Tomislav GrospićTomislav GrospićPriority
MediumFix versions
Sprint
Details
Details
Assignee
Tomislav Grospić
Tomislav GrospićReporter
Tomislav Grospić
Tomislav GrospićPriority
Fix versions
Sprint
Created June 3, 2020 at 6:01 PM
Updated June 24, 2020 at 1:40 PM
Resolved June 5, 2020 at 11:50 AM
Currently, when older blocks are requested (~10000 blocks in the past) with Block API timeout occurs and also execution can cause high usage of CPU.
The source of the problem is calculation of fault tolerance which for older blocks is to long.
Temporary solution is created in this PR but ticket should not be closed until final solution is applied.