Skip to content

Releases: celestiaorg/celestia-node

v0.11.0-rc6 - Arabica upgrade

30 Jun 11:28
061b788
Compare
Choose a tag to compare
Pre-release

What's Changed

  • tests(share/eds): add store basic benchmarks by @walldiss in #2407
  • chore!: bump arabica-9 by @jrmanes in #2417

Full Changelog: v0.11.0-rc5...v0.11.0-rc6

v0.11.0-rc5

27 Jun 14:56
4d98694
Compare
Choose a tag to compare
v0.11.0-rc5 Pre-release
Pre-release

Most notable changes include:

  • introduction and integration of new Namespace type
  • adding support for non-inclusion proofs for getting data by namespace

Also please note that we will deprecate writes on the REST gateway soon -- refer to this PR description for more information. This release disables these endpoints by default, but it is possible to re-enable them with a flag.

Another note: we skipped rc4 label, so celestia-node rc5 is compatible with latest celestia-app rc5 (it's just easier to remember).

What's Changed

BREAKING

FEATURE

BUG FIXES

MISCELLANEOUS

Full Changelog: v0.11.0-rc3...v0.11.0-rc5

v0.11.0-rc3

06 Jun 12:04
dd1a019
Compare
Choose a tag to compare
v0.11.0-rc3 Pre-release
Pre-release

Release candidate to run bootstrappers on Mocha

What's Changed

Full Changelog: v0.10.3...v0.11.0-rc3

v0.10.4

06 Jun 14:57
Compare
Choose a tag to compare

BSR-compatible patch bringing various fixes and improvements.

Also, it contains breaking HTTP API/Gateway change per #2329: we now return all the information about sent PFB transactions, even if it fails.

Breaking

  • !feat(api/gateway): return txdata from submitPFB if it is present #2329 by @walldiss

Fixes

  • fix(das): limit amount of recent jobs (#2314) by @walldiss
  • fix(nodebuilder): fix parsing url for core.ip (#2313) by @walldiss
  • fix(getter/cascade): cascade getter should return fast on context cancel (#2310) by @walldiss

Auxiliary

  • chore: bump common docker ci version pipeline (#2330) by @Bidon15
  • chore(state): extend error handling in core accessor (#2307) by @vgonkivs
  • chore(deps): bump github.com/filecoin-project/go-jsonrpc from 0.1.9 to 0.3.1 (#2318)

Full Changelog: v0.10.3...v0.10.4

v0.11.0-rc2

02 Jun 19:24
504ff93
Compare
Choose a tag to compare
v0.11.0-rc2 Pre-release
Pre-release

Contains several usability fixes to BlobModule

What's Changed

BUG FIXES

  • fix!(blob/module): fix api by changing variadic params to a slice by @vgonkivs in #2298
  • fix(gateway): remove the GetByHeight hussle and rely on Module's logic by @Wondertan in #2302
  • fix(blob): use default min gas price from core by @distractedm1nd in #2306
  • feat(blob): add marshaling for blob and proof by @vgonkivs in #2286

OTHER

  • feat(nodebuilder): add ip resolving capabilities to core.ip by @sysrex in #2277
  • chore(share/ipld): pretify error by @Wondertan in #2284
  • feat(nodebuilder): Add jwt.Signer to Node struct for auth token access by @renaynay in #2295
  • chore(nodebuilder): decrease lifecycle timeout for LN by @Wondertan in #2290
  • feat(cmd/rpc): adding blob module to rpc cli and fixing namespace parsing by @distractedm1nd in #2308
  • fix(getter/cascade): cascade getter should return fast on context cancel by @walldiss in #2310

Full Changelog: v0.11.0-rc1...v0.11.0-rc2

v0.10.3

02 Jun 15:02
Compare
Choose a tag to compare

Patch release enabling fetching Headers from Gateway of the height the node hasn't caught up to yet.

Fixes

  • fix(gateway): remove the GetByHeight hussle and rely on Module's logic by @Wondertan in #2302

Feature

  • feat(nodebuilder): add ip resolving capabilities to core.ip by @sysrex in #2277

Auxiliary

Full Changelog: v0.10.2...v0.10.3

v0.11.0-rc1 - Upgrade arabica chainID

31 May 08:07
b62452a
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.11.0-rc0...v0.11.0-rc1

v0.11.0-rc0

30 May 09:44
a438788
Compare
Choose a tag to compare
v0.11.0-rc0 Pre-release
Pre-release

BREAKING

Features

Fixes

Dependencies

  • chore(deps): bump go.uber.org/fx from 1.19.2 to 1.19.3 by @dependabot in #2199
  • chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.9.0 by @dependabot in #2276

Auxiliary

Full Changelog: v0.10.1...v0.11.0

v0.10.2

30 May 13:03
Compare
Choose a tag to compare

This release targets the discovery issue #2258 and improves logging

Fixes

Dependencies

Auxiliary

  • refactor(misc): pretty print namespace.iD and peer.ID by @walldiss in #2255

Full Changelog: 0.10.1...v0.10.2

v0.10.1

26 May 14:56
e5efcb0
Compare
Choose a tag to compare

Special patch release targeting multiple issues found by @jcstein

Fixes

  • fix(share/shrex): return aggregated error if context Deadline reached by @walldiss in #2243
  • fix(modheader): check err first in switch by @Wondertan in #2246
  • fix: bump to celestia-app v0.13.3 by @rootulp in #2257

Refactoring

  • refactor(share/shrex-nd): blacklist peers that send invalid data by @walldiss in #2231

Chore

  • share/discovery: moving the package closer to shrex by @Chirag018 in #2239
  • chore(.github): Fix coverage run to separate unit test and coverage upload to codecov by @renaynay in #2249

New Contributors

Full Changelog: v0.10.0...0.10.1