Skip to content

Releases: celestiaorg/go-header

v0.2.3

28 Mar 15:40

Choose a tag to compare

The last release implements retries in the wrong place. This patch reverts its and make retries in the originally intended place

v0.2.2

28 Mar 10:50
91817e0

Choose a tag to compare

Patch releases that adds retries for Head requests

What's Changed

  • feat(p2p): Implement retries for requests by @renaynay in #21

Full Changelog: v0.2.1...v0.2.2

v0.2.1

24 Mar 16:01

Choose a tag to compare

What's Changed

  • chore: Add .gitignore by @renaynay in #9
  • refactoring(p2p): remove timeout from handling the request range by @vgonkivs in #11
  • chore: Add CODEOWNERS by @renaynay in #10
  • Publish initial head via heightSub and use native atomic type by @Wondertan in #16

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Mar 11:01

Choose a tag to compare

The latest go-header release with re-extracted history from celestia-node and adapted as a standalone repository and Go module.

v0.1.0

24 Jan 13:06
bbb5305

Choose a tag to compare

RETRACTED, DO NOT USE

Initial version of go-header library, extracted from celestia-node and adapted as separate project.