Releases: celestiaorg/go-cnc
Releases · celestiaorg/go-cnc
v0.4.2
What's Changed
- bridge: flags - add --gateway.deprecated-endpoints; fix submit pfb namespace hack by @tuxcanfly in #61
- Add NOTICE file by @MSevey in #48
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #49
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- deps: fix dependency on celestia-app by @tuxcanfly in #56
Full Changelog: v0.4.0...v0.4.1
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
v0.3.0
This release is compatible with celestia-node v0.7.x. The breaking change is renaming of PayForData
to PayForBlob
.
What's Changed
- build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #43
- chore!: renaming PayForData to PayForBlob by @distractedm1nd in #42
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #45
New Contributors
- @distractedm1nd made their first contribution in #42
Full Changelog: v0.2.0...v0.3.0
v0.2.0
The most important change in this release is support for fees in PayForData
. This version is compatible with Arabica testnet.
What's Changed
- Integration tests suite with docker compose by @tzdybal in #4
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #18
- Add CONTRIBUTING.md by @kimgarcellano in #13
- Add Contributing and Code of Conduct to README.md by @tzdybal in #19
- build(deps): bump nosborn/github-action-markdown-cli from 3.0.1 to 3.1.0 by @dependabot in #20
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #21
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by @dependabot in #23
- ci: use up to date docker images of core and node by @tzdybal in #34
- build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.1 by @dependabot in #32
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #31
- build(deps): bump nosborn/github-action-markdown-cli from 3.1.0 to 3.2.0 by @dependabot in #29
- build(deps): bump github.com/testcontainers/testcontainers-go from 0.13.0 to 0.15.0 by @dependabot in #35
- ci: dependabot: request reviews from team by @tzdybal in #36
- Handle fees by @tzdybal in #40
- deps: use celestia-node v0.6.1, celestia-app v0.11.0 by @tzdybal in #38
New Contributors
- @dependabot made their first contribution in #18
- @kimgarcellano made their first contribution in #13
Full Changelog: v0.1.0...v0.2.0