Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add roots helper function #270

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

bao1029p
Copy link
Contributor

Overview

close #249

Changes

Add helper function and unit test for new function

@rootulp rootulp changed the title add roots helper function feat: add roots helper function Oct 31, 2023
@rootulp
Copy link
Collaborator

rootulp commented Oct 31, 2023

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.

Copy link

codecov bot commented Oct 31, 2023

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%) ⬇️

Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! Thanks a ton for the unit test. I have one blocking suggestion on the test and then this LGTM

extendeddatasquare_test.go Outdated Show resolved Hide resolved
extendeddatasquare_test.go Show resolved Hide resolved
Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great work on this @bao1029p !

@rootulp rootulp enabled auto-merge (squash) October 31, 2023 19:37
Copy link
Contributor

@staheri14 staheri14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me too, thanks!

@rootulp rootulp merged commit d568b17 into celestiaorg:main Oct 31, 2023
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider EDS helper Roots
3 participants