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

p2p: Revamp the options pattern #59

Open Wondertan opened 1 year ago

Wondertan commented 1 year ago

We do this to make a single option usable in different contexts, but it's ugly and error-prone. Think of a cleaner way to accomplish the same goal.