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: implement nmt methods Min/MaxNamespace #105

Merged
merged 3 commits into from
Feb 17, 2023

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Feb 17, 2023

Closes #104

@rootulp rootulp added the enhancement New feature or request label Feb 17, 2023
@rootulp rootulp self-assigned this Feb 17, 2023
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.

I noticed that the PR is still in draft mode, but I just wanted to leave my first review since I received the request. If you're still working on it and plan to make further updates, just let me know and I'll take another look later. But for now, everything looks good to me - LGTM!

nmt_test.go Outdated Show resolved Hide resolved
@rootulp
Copy link
Collaborator Author

rootulp commented Feb 17, 2023

Sorry this PR was still in draft b/c I was waiting for CI checks to pass before marking as ready for review.

@codecov
Copy link

codecov bot commented Feb 17, 2023

Codecov Report

Merging #105 (893ff03) into master (fa98a59) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   96.21%   96.23%   +0.01%     
==========================================
  Files           6        6              
  Lines         423      425       +2     
==========================================
+ Hits          407      409       +2     
  Misses         10       10              
  Partials        6        6              
Impacted Files Coverage Δ
nmt.go 98.82% <100.00%> (+0.01%) ⬆️

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

@rootulp rootulp marked this pull request as ready for review February 17, 2023 19:32
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.

👍 nice

@rootulp rootulp merged commit d40e66c into celestiaorg:master Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: expose methods to get min and max namespace IDs of an NMT
3 participants