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
refactor(chain): improve block production pipeline with sync status check
- Enhanced the block production pipeline by adding a check for the node's sync status before proceeding with block production.
- Introduced a query to the SyncActor to determine if the node is currently syncing, allowing for better handling of block production requests.
- Removed outdated sync check logic to streamline the process and improve clarity in the codebase.
0 commit comments