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
As part of debug session for the GetBlock() optimisation, this issue was found and needs to be looked in to.
Description
stategen->StateBySlot() / StateByRoot()
This was observed few times that the loadStateByRoot() takes several seconds and the proposal will be lost. Bolt might be the culpreit here as it might take time to get state that is not in hoStateCache or the epochCache. The second major time saving in this track is this fix.
The text was updated successfully, but these errors were encountered:
💎 Issue
Background
As part of debug session for the
GetBlock()
optimisation, this issue was found and needs to be looked in to.Description
stategen->StateBySlot() / StateByRoot()
The text was updated successfully, but these errors were encountered: