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

Remove dependency on nebulous in proof generation #68

Merged
merged 9 commits into from
Oct 12, 2022

Conversation

rahulghangas
Copy link
Contributor

Use the same recursive approach as in nmt.Root() to generate proof
Removes the dependency on Celestiaorg/merkletree in proof generation

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #68 (e39d0da) into master (f1abf11) will increase coverage by 3.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   95.54%   98.70%   +3.15%     
==========================================
  Files           7        6       -1     
  Lines         382      386       +4     
==========================================
+ Hits          365      381      +16     
+ Misses         12        3       -9     
+ Partials        5        2       -3     
Impacted Files Coverage Δ
nmt.go 98.80% <100.00%> (+5.47%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

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

LGTM,

[blocking question] should we delete the entire internal package now that we're not using it?

Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

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

Agree with @evan-forbes we should delete the internal package entirely.

proof_test.go Show resolved Hide resolved
@rahulghangas rahulghangas requested review from liamsi and evan-forbes and removed request for liamsi and evan-forbes September 15, 2022 04:13
@rahulghangas
Copy link
Contributor Author

Whoops, keep on forgetting you can only request one review. Sorry

Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

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

LGTM

@adlerjohn
Copy link
Member

Poking @liamsi for re-review since changes requested.

nmt.go Outdated Show resolved Hide resolved
nmt.go Show resolved Hide resolved
@rahulghangas
Copy link
Contributor Author

@liamsi please re-review

@rahulghangas
Copy link
Contributor Author

bulld is failing due to codecov upload failure

Copy link
Member

@adlerjohn adlerjohn left a comment

Choose a reason for hiding this comment

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

utACK

@adlerjohn
Copy link
Member

Poking @liamsi for re-review since changes requested.

@rahulghangas
Copy link
Contributor Author

@liamsi bump

@liamsi
Copy link
Member

liamsi commented Oct 6, 2022

Sorry for the delay on my end. All requested changes were addressed. This is good to go!

@rahulghangas
Copy link
Contributor Author

@adlerjohn can be merged now?

@adlerjohn adlerjohn merged commit 230d27f into celestiaorg:master Oct 12, 2022
@rahulghangas rahulghangas deleted the feat/remove-nebulous-prove branch October 12, 2022 08:54
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.

4 participants