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

feat(store): add readTail method #215

Closed cristaloleg closed 1 month ago

cristaloleg commented 1 month ago

Overview

Adding method that will return tail header from the underlying datastore when Store[H] will be started. Similar to readHead method in Store[H].

Should be merged after #210