Closed jcnelson closed 1 month ago
The function NakamotoDownloadStateMachine::load_tenure_start_blocks() is slow. It takes ~60ms to run for a reward cycle of just 20 blocks. It will need to be optimized through caching, or possibly dropped in favor of something else before mainnet.
NakamotoDownloadStateMachine::load_tenure_start_blocks()
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
The function
NakamotoDownloadStateMachine::load_tenure_start_blocks()
is slow. It takes ~60ms to run for a reward cycle of just 20 blocks. It will need to be optimized through caching, or possibly dropped in favor of something else before mainnet.