Skip to content

v0.4.0

Compare
Choose a tag to compare
@tuxcanfly tuxcanfly released this 31 May 20:15
· 7 commits to main since this release
e91b08a

This release is compatible with celestia-app v1.0.0-rc1 and celestia-node v0.11.0-rc1.

Breaking Changes

  • SubmitPFB and NamespacedData now use namespace.Namespce instead of [8]byte for namespace from namepspace pkg of celestia-app. See: github.com/celestiaorg/celestia-app/pkg/namespace

Tech Debt:

  • Worked around celestia-node only accepting 28 byte namespace for SubmitPFB celestiaorg/celestia-node#2292
  • pkg docker was pinned to github.com/docker/docker v20.10.17+incompatible via go mod replace
  • pkg protobuf requires pinned go mod replace: github.com/regen-network/protobuf v1.3.3-alpha.regen.1 as indirect dependency of celestia-app
  • pkg tendermint requires pinned go mod replace: github.com/celestiaorg/celestia-core v1.21.1-tm-v0.34.27 as indirect dependency of celestia-app

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0