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

Define general verification flow over Header interface #80

Closed Wondertan closed 1 year ago

Wondertan commented 1 year ago

Verification involves checking untrusted Header against trusted. There are lots of common verification points for any Header implementation:

Wondertan commented 1 year ago

Closed by #90