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

chore: introduces a generic function to generate sample NMTs #177

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

staheri14
Copy link
Collaborator

@staheri14 staheri14 commented Apr 11, 2023

Overview

Closes #132

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

unifies utils for sample tree creation


deletes unused parts
@staheri14 staheri14 self-assigned this Apr 11, 2023
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #177 (c1cf5bc) into master (1884bfb) will decrease coverage by 0.43%.
The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   96.19%   95.76%   -0.43%     
==========================================
  Files           5        5              
  Lines         525      519       -6     
==========================================
- Hits          505      497       -8     
- Misses         12       13       +1     
- Partials        8        9       +1     
Impacted Files Coverage Δ
proof.go 93.80% <ø> (ø)
nmt.go 97.94% <66.66%> (-1.08%) ⬇️
hasher.go 97.54% <100.00%> (+0.08%) ⬆️

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

@staheri14 staheri14 marked this pull request as ready for review April 11, 2023 23:25
@staheri14 staheri14 merged commit 7c1b883 into master Apr 12, 2023
@staheri14 staheri14 deleted the generic-tree-creation-fucntions branch April 12, 2023 15:12
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.

Introducing a generic function for generating example trees
3 participants