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

feat(store): add tail header #200

Open cristaloleg opened 5 days ago

cristaloleg commented 5 days ago

Overview

Add tailHeader as a part of backward sync. Currently it's initialized to initial header and isn't exported. Harmless addition to simplify future PRs.