chore(crates): deprecate staged-sync (#3564)

This commit is contained in:
evalir
2023-07-04 06:15:52 -04:00
committed by GitHub
parent b4801f9e2c
commit a7431465fa
21 changed files with 11 additions and 192 deletions

View File

@ -86,7 +86,6 @@ These crates implement the main syncing drivers of reth.
- [`blockchain-tree`](../../crates/blockchain-tree): A tree-like structure for handling multiple chains of unfinalized blocks. This is the main component during live sync (i.e. syncing at the tip)
- [`stages`](../../crates/stages): A pipelined sync, including implementation of various stages. This is used during initial sync and is faster than the tree-like structure for longer sync ranges.
- [`staged-sync`](../../crates/staged-sync): A catch-all for various things currently, to be removed
### RPC