Skip to content

Commit

Permalink
Unify ChainSync actions under one enum (paritytech#2180)
Browse files Browse the repository at this point in the history
All `ChainSync` actions that `SyncingEngine` should perform are unified
under one `ChainSyncAction`. Processing of these actions put into a
single place after `select!` in `SyncingEngine::run` instead of multiple
places where calling `ChainSync` methods.
  • Loading branch information
dmitry-markin authored Nov 13, 2023
1 parent b4fd4d7 commit 863a096
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 328 deletions.
Loading

0 comments on commit 863a096

Please sign in to comment.