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 #3171
- feat(nodebuilder/blob/cmd): Allow submit multiple blobs through file input by @sontrinh16 in #3008
- feat(blob): extend blob struct with index field by @vgonkivs in #3165
BUG FIXES
MISCELLANEOUS
- ci: run unit tests on m1 mac runner vs macos-latest intel mac by @ramin in #3155
- chore(ci): split da into own tag, and skip a consistently failing test by @ramin in #3172
- specs: initialize spec with mdbook by @Wondertan in #3186
- chore(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #3182
- chore(nodebuilder/share): Make module construction more digestable by @renaynay in #3170
- chore(deps): Bump codecov/codecov-action from 3.1.6 to 4.0.1 by @dependabot in #3162
- improve: use errors.New to replace fmt.Errorf with no parameters by @0x2d3c in #3206
- chore(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #3180
- chore(deps): Bump github.com/ipfs/boxo from 0.16.0 to 0.18.0 by @dependabot in #3212
- chore(deps): Bump google.golang.org/grpc from 1.60.1 to 1.62.0 by @dependabot in #3210
- chore(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in #3214
- chore(deps): Bump the otel group with 8 updates by @dependabot in #3213
- chore(share/p2p/peers): Change namings inside discovery by @renaynay in #3191
- chore(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 by @dependabot in #3211
- chore(deps): Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #3209
- chore(deps): upgrade to Go 1.22 by @rootulp in #3228
- chore(deps): Bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in #3234
- chore(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in #3236
- chore(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #3231
- deps: bump go-header by @renaynay in #3218
- feat(header/headertest): Enable block time intervals for header generation by @renaynay in #3139
New Contributors
- @sontrinh16 made their first contribution in #3008
- @0x2d3c made their first contribution in #3206
Full Changelog: v0.13.0...v0.13.1