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)!: use request timeout #194

Closed cristaloleg closed 2 weeks ago

cristaloleg commented 3 weeks ago

Overview

We were missing request timeout for 1 handler. Fixing it + adding timeout tests.

Also, renaming RangeRequestTimeout to RequestTimeout for consistency.