celestiaorg / go-header

Go library with all the services needed to request, sync and store blockchain headers.
Apache License 2.0
17 stars 16 forks source link

fix(p2p/peerTracker): remove timeout during bootstrapping #171

Closed vgonkivs closed 2 months ago

vgonkivs commented 2 months ago

Overview

Removed timeout during bootstrap, as we agreed in dm. Also, instead of relying on the exchange context, bootstrap now relies on the peerTracker context.