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
Core processes should either succeed or fail without creating dirty state. This can affect databases or in memory state like caches. This task is about identifying these processes and refactoring towards atomic behaviour.
Implementation ideas
Core processes should either succeed or fail without creating dirty state. This can affect databases or in memory state like caches. This task is about identifying these processes and refactoring towards atomic behaviour.
block.Manager.normalAggregationLoop -> block.Manager.publishBlockInternalblock.Manager.produceBlock -> block.Manager.publishBlockInternalblock.Manager.SyncLoop -> block.Manager.trySyncNextBlock