Skip to content

Releases: celestiaorg/go-header

v0.2.9

26 Jun 14:02
bdd5069
Compare
Choose a tag to compare

What's Changed

  • feat(p2p/idstore): Add PeerIDStore interface by @renaynay in #42
  • store: Parameterize store prefix by @gupadhyaya in #57
  • feat(p2p): Add PeerIDStore interface to peerTracker to store good peers during GC by @renaynay in #52

Full Changelog: v0.2.8...v0.2.9

v0.2.8

12 Jun 14:38
Compare
Choose a tag to compare

What's Changed

  • move trusted peer check to performRequest from the exchange constructor by @gupadhyaya in #48

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

27 Apr 13:39
Compare
Choose a tag to compare

What's Changed

  • refactor(p2p): Peer tracker respects context on Stop by @renaynay in #33
  • fix(p2p): Exchange.Head tolerates unresponsive peers by @Wondertan in #34

Full Changelog: v0.2.6...v0.2.7

v0.2.6

17 Apr 12:50
Compare
Choose a tag to compare

What's Changed

  • chore(p2p): remove TrustedPeersRequestTimeout config field by @Wondertan in #29
  • feat: WithParams option for every component by @Wondertan in #31

Full Changelog: v0.2.5...v0.2.6

v0.2.5

12 Apr 09:39
Compare
Choose a tag to compare

What's Changed

  • fix: avoid replacing proto dep and add pb-gen makefile rule by @Wondertan in #26

Full Changelog: v0.2.4...v0.2.5

v0.2.4

07 Apr 13:29
Compare
Choose a tag to compare

What's Changed

  • refactor: reduce empty response to DEBUG log by @distractedm1nd in #23
  • feat: add README.md + Makefile + lint, test and generate coverage by @derrandz in #18
  • refactor(headertest)!: unify, prettify and generify testing utilities by @Wondertan in #24

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

28 Mar 15:40
Compare
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
Compare
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
Compare
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
Compare
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.