This patch release notably fixes a bug that broke serialisation for blob.Proof. It also introduces an additional field inside of the blob.Blob struct that tracks the index of the first share of the blob inside of the EDS (extended data square).
What's Changed
FEATURES / IMPROVEMENTS
- feat: add example value for blob.GasPrice by @jcstein in https://github.com/celestiaorg/celestia-node/pull/3171
- feat(nodebuilder/blob/cmd): Allow submit multiple blobs through file input by @sontrinh16 in https://github.com/celestiaorg/celestia-node/pull/3008
- feat(blob): extend blob struct with index field by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/3165
BUG FIXES
- fix(blob | nodebuilder/da): Revert custom marshaling for
blob.Proofby @renaynay in https://github.com/celestiaorg/celestia-node/pull/3204
MISCELLANEOUS
- ci: run unit tests on m1 mac runner vs macos-latest intel mac by @ramin in https://github.com/celestiaorg/celestia-node/pull/3155
- chore(ci): split da into own tag, and skip a consistently failing test by @ramin in https://github.com/celestiaorg/celestia-node/pull/3172
- specs: initialize spec with mdbook by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/3186
- chore(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3182
- chore(nodebuilder/share): Make module construction more digestable by @renaynay in https://github.com/celestiaorg/celestia-node/pull/3170
- chore(deps): Bump codecov/codecov-action from 3.1.6 to 4.0.1 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3162
- improve: use errors.New to replace fmt.Errorf with no parameters by @0x2d3c in https://github.com/celestiaorg/celestia-node/pull/3206
- chore(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3180
- chore(deps): Bump github.com/ipfs/boxo from 0.16.0 to 0.18.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3212
- chore(deps): Bump google.golang.org/grpc from 1.60.1 to 1.62.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3210
- chore(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3214
- chore(deps): Bump the otel group with 8 updates by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3213
- chore(share/p2p/peers): Change namings inside discovery by @renaynay in https://github.com/celestiaorg/celestia-node/pull/3191
- chore(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3211
- chore(deps): Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3209
- chore(deps): upgrade to Go 1.22 by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3228
- chore(deps): Bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3234
- chore(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3236
- chore(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/3231
- deps: bump go-header by @renaynay in https://github.com/celestiaorg/celestia-node/pull/3218
- feat(header/headertest): Enable block time intervals for header generation by @renaynay in https://github.com/celestiaorg/celestia-node/pull/3139
New Contributors
- @sontrinh16 made their first contribution in https://github.com/celestiaorg/celestia-node/pull/3008
- @0x2d3c made their first contribution in https://github.com/celestiaorg/celestia-node/pull/3206
Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.13.0...v0.13.1