Skip to content

Commit 4780dbe

Browse files
committed
refactor(protocols): remove sync module and clean up protocol exports
- Deleted the sync module, which provided synchronization protocol extensions and state management. - Updated the protocols module to remove references to the sync module, streamlining the codebase. - This change simplifies the network protocols by focusing on the request-response functionality.
1 parent 54a12ec commit 4780dbe

File tree

2 files changed

+0
-188
lines changed

2 files changed

+0
-188
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
pub mod request_response;
2-
pub mod sync;
32

43
pub use request_response::{BlockCodec, BlockProtocol, BlockRequest, BlockResponse};
5-
pub use sync::{PeerSyncInfo, SyncState, MAX_BLOCKS_PER_REQUEST};

app/src/actors_v2/network/protocols/sync.rs

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)