v0.4.0
This release is compatible with celestia-app v1.0.0-rc1 and celestia-node v0.11.0-rc1.
Breaking Changes
SubmitPFB
andNamespacedData
now usenamespace.Namespce
instead of[8]byte
for namespace fromnamepspace
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
viago mod replace
- pkg protobuf requires pinned
go mod replace
:github.com/regen-network/protobuf v1.3.3-alpha.regen.1
as indirect dependency ofcelestia-app
- pkg tendermint requires pinned
go mod replace
:github.com/celestiaorg/celestia-core v1.21.1-tm-v0.34.27
as indirect dependency ofcelestia-app
What's Changed
- client: bump namespace size by @tuxcanfly in #55
New Contributors
- @tuxcanfly made their first contribution in #55
Full Changelog: v0.3.0...v0.4.0