Skip to content

Commit

Permalink
Unify ChainSync actions under one enum (#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 0c5dcca commit 951bcce
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 328 deletions.
Loading

0 comments on commit 951bcce

Please sign in to comment.