Sourced from github.com/celestiaorg/go-header's releases.
v0.3.3
What's Changed
- fix(sync): allow a greater buffer for recency threshold default by
@renaynay
in celestiaorg/go-header#114Full Changelog: https://github.com/celestiaorg/go-header/compare/v0.3.2...v0.3.3
v0.3.2
What's Changed
- chore(p2p): add height to log for head verification failure by
@renaynay
in celestiaorg/go-header#106- fix(p2p): Head requests respects SoftFailure during Verify check by
@renaynay
in celestiaorg/go-header#109- specs: initialize the specs folder and site by
@MSevey
in celestiaorg/go-header#111- fix(p2p/exchange): Remove peer blocking from head request by
@renaynay
in celestiaorg/go-header#113New Contributors
@MSevey
made their first contribution in celestiaorg/go-header#111Full Changelog: https://github.com/celestiaorg/go-header/compare/v0.3.1...v0.3.2
30117cf
Merge pull request #114
from renaynay/recency01a3d06
fix(sync): allow a greater buffer for recency threshold defaulte7d24b8
Merge pull request #113
from renaynay/remove-blocka2895a7
fix(p2p/exchange): Remove peer blocking from head requeste75d00d
Merge pull request #111
from celestiaorg/sevey/specsd81ebc3
specs: initialize the specs folder and siteab6c2f5
Merge pull request #109
from renaynay/soft-fail-head19ecd5b
fix(p2p): use header.Verify instead of trustedHeader.Verify(h)9b2f384
feat(p2p): Head requests respects SoftFailure during Verify checka6544e3
Merge pull request #106
from renaynay/log