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
#10030
Changing EpochSyncInfo to contain all data outlined in
https://docs.google.com/document/d/14Itc9Hs7ewTRmcGANid9UCaYcJzaLzzM7FsvYYIFKDY/edit#heading=h.oixofhftbu1p
Blocking generation of epoch block hashes is a known problem.
IMO this is not a problem for header sync. Still, during regular block
processing it is not ideal to spend additional time reading something
that should have been saved in memory during the epoch.
I will change this part after I have an epoch sync node setup that
allows for realistic delay estimation.
In the meantime the only optimisation is to collect this information
from BlockInfos rather than from BlockHeaders, as BlockInfos is a much
smaller column.
---------
Co-authored-by: nikurt <[email protected]>
Change EpochSyncInfo to include:
The text was updated successfully, but these errors were encountered: