v0.11.0
What's Changed
- feat: validate chunk size is a multiple of 64 bytes by @rootulp in #246
- feat: extends error handling to detect byzantine data and unordered shares in tree construction by @staheri14 in #242
- feat(eds): Flattened, FlattenedODS, Equals by @rootulp in #241
- docs: informal systems audit PDF by @rootulp in #250
- feat: return an error for
RowRoots
andColRoots
if EDS incomplete by @rootulp in #213 - chore: enable Dependabot by @rootulp in #251
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #252
- chore(deps): bump technote-space/get-diff-action from 4 to 6 by @dependabot in #254
- chore(deps): bump codecov/codecov-action from 1.0.15 to 3.1.4 by @dependabot in #257
- chore(deps): bump golang.org/x/sync from 0.0.0-20220929204114-8fcdb60fdcc0 to 0.3.0 by @dependabot in #255
- Change benchmark default chunk size to use shareSize (512 bytes) by @musalbas in #261
- chore(deps): bump github.com/celestiaorg/nmt from 0.17.0 to 0.18.1 by @dependabot in #258
- chore(deps): bump github.com/klauspost/reedsolomon from 1.11.1 to 1.11.8 by @dependabot in #259
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #256
- chore: upgrade to Go 1.21 by @rootulp in #263
- chore: drop minio/sha256-simd by @rootulp in #264
- chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #265
New Contributors
- @staheri14 made their first contribution in #242
Full Changelog: v0.10.0...v0.11.0