reth
reth copied to clipboard
Tracking snap sync support
trafficstars
Describe the feature
we already have all the snap protocol types:
https://github.com/paradigmxyz/reth/blob/0a56694308344bc2f94b6cd9bed4a2d7ae39814b/crates/net/eth-wire-types/src/snap.rs#L1-L1
introducing snap sync based syncing will require actual changes to:
- database
- networking
- ...
Additional context
No response