This is a patch release on top of v0.29.0-arabica.

  • store: close accessor in GetRow and GetRangeNamespaceData (#4575) — Accessors returned by GetRow and GetRangeNamespaceData were not being closed, causing a resource leak. This has been corrected.
  • Go 1.26 (#4783) — Updated to Go 1.26.
  • shrex fix: return valid samples from empty EDS (#4789) — GetSamples previously returned an empty slice instead of actual samples when the block's data availability header was empty. Fixed by constructing valid samples from the pregenerated empty EDS, with proper out-of-bounds validation on coordinates.

What's Changed

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.29.0-arabica...v0.29.1-arabica