celestiaorg / go-header

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

refactor(sync): simplify isExpired #206

Closed cristaloleg closed 3 months ago

cristaloleg commented 3 months ago

Overview

Make it easier to understand. Also, slightly increasing sleep duration in sync.TestSyncSimpleRequestingHead to make test less flaky.