reth icon indicating copy to clipboard operation
reth copied to clipboard

Move HeaderSyncGap type

Open mattsse opened this issue 6 months ago • 2 comments
trafficstars

Describe the feature

This type doesn't quite belong here:

https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/storage/provider/src/traits/header_sync_gap.rs#L8-L27

and should be moved next to:

https://github.com/paradigmxyz/reth/blob/9526849c143a4298b014aa0a44301da71cb14021/crates/net/p2p/src/headers/downloader.rs#L47-L47

TODO

  • move struct
  • update imports where this is used

Additional context

No response

mattsse avatar Apr 23 '25 19:04 mattsse