celestiaorg / rsmt2d

Go implementation of two dimensional Reed-Solomon merkle tree data availability scheme.
Apache License 2.0
161 stars 79 forks source link

feat: add roots helper function #270

Closed bao1029p closed 10 months ago

bao1029p commented 10 months ago

Overview

close #249

Changes

Add helper function and unit test for new function

rootulp commented 10 months ago

Hey @bao1029p ! Thanks for the PR. I updated the PR title to contain a conventional commit prefix because the PR title will be used as the commit message when we squash and merge this PR.

codecov[bot] commented 10 months ago

Codecov Report

Merging #270 (1d71c0a) into main (c652a9a) will decrease coverage by 0.07%. The diff coverage is 76.92%.

@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
- Coverage   80.83%   80.76%   -0.07%     
==========================================
  Files           7        7              
  Lines         793      806      +13     
==========================================
+ Hits          641      651      +10     
- Misses        110      112       +2     
- Partials       42       43       +1     
Files Coverage Δ
extendeddatasquare.go 77.58% <76.92%> (-0.04%) :arrow_down: