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
In #10081 vector of all epoch block hashes is generated at the end of the epoch by iterating through BlockInfo column.
This may prove to be too big of a delay for block production.
Alternative solution is to keep list of block hashes in memory while keeping up with the network. This solution is not robust to restarts during the epoch, but it is still better than nothing.
The text was updated successfully, but these errors were encountered:
In #10081 vector of all epoch block hashes is generated at the end of the epoch by iterating through BlockInfo column.
This may prove to be too big of a delay for block production.
Alternative solution is to keep list of block hashes in memory while keeping up with the network. This solution is not robust to restarts during the epoch, but it is still better than nothing.
The text was updated successfully, but these errors were encountered: