Skip to content

Releases: celestiaorg/go-header

v0.5.3

01 Feb 19:15
aecd7cf
Compare
Choose a tag to compare

This release focuses on providing observability as well as fixes timeout issue

What's Changed

  • fix(headertest): Store should fail if a range of 0 is requested by @renaynay in #147
  • fix(p2p): fix metrics in p2p package by @vgonkivs in #144
  • fix(headertest): Return ErrNotFound in header store if not found by @renaynay in #148
  • fix(syncer): set timeout for head request by @vgonkivs in #152
  • feat(syncer/metrics): add metrics to syncer by @vgonkivs in #136
  • feat(p2p): cover Exchange with traces by @vgonkivs in #150

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 Jan 16:10
a5a9f28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

03 Jan 16:32
e9205ab
Compare
Choose a tag to compare

Fixes a long-standing logging issue where head verification fails due to it already being known and gets logged incorrectly as an ERROR.

What's Changed

  • fix(p2p|sync): Only log head verification failure as error if it is not ErrKnownHeader by @walldiss in #138

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 Jan 15:56
6afe95f
Compare
Choose a tag to compare

What's Changed

BREAKING

OTHER

  • feat(peer-tracker): add minAmount of peers tracked in tracker by @walldiss in #139

Full Changelog: v0.4.1...v0.5.0

v0.5.0-rc1

22 Dec 09:26
6afe95f
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

What's Changed

  • feat(store)!: metrics for Store by @Wondertan in #129
  • feat(peer-tracker): add minAmount of peers tracked in tracker by @walldiss in #139

Full Changelog: v0.4.1...v0.5.0-rc1

v0.4.1

26 Oct 12:22
a8ce731
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Oct 12:30
098c994
Compare
Choose a tag to compare

This release contains breaks to the Getter interface as well as a break to the Subscriber constructor.

What's Changed

  • feat(p2p)!: parameters for Subscriber by @Wondertan in #118
  • refactor!: Merge GetVerifiedRange and GetRangeByHeight in Getter interface and remove redundant endpoint by @renaynay in #117
  • refactor(sync)!: use options to init metrics by @Wondertan in #121
  • fix!: handle error on metrics by @Wondertan in #123

Full Changelog: v0.3.3...v0.4.0

v0.3.3

05 Oct 14:12
30117cf
Compare
Choose a tag to compare

What's Changed

  • fix(sync): allow a greater buffer for recency threshold default by @renaynay in #114

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Oct 09:44
e7d24b8
Compare
Choose a tag to compare

What's Changed

  • chore(p2p): add height to log for head verification failure by @renaynay in #106
  • fix(p2p): Head requests respects SoftFailure during Verify check by @renaynay in #109
  • specs: initialize the specs folder and site by @MSevey in #111
  • fix(p2p/exchange): Remove peer blocking from head request by @renaynay in #113

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Sep 12:27
77e5e17
Compare
Choose a tag to compare

What's Changed

  • fix(sync): Allow generous buffer for heightThreshold calculation to account for variability in block time by @renaynay in #103
  • chore(sync): update default trusting period to 2 weeks instead of 1 by @renaynay in #104

Full Changelog: v0.3.0...v0.3.1