-
Notifications
You must be signed in to change notification settings - Fork 970
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
refactoring(share/ipld)!: rework getLeavesByNamespace #1870
refactoring(share/ipld)!: rework getLeavesByNamespace #1870
Conversation
28284dd
to
79d00ee
Compare
Codecov Report
@@ Coverage Diff @@
## main #1870 +/- ##
==========================================
- Coverage 57.31% 54.52% -2.79%
==========================================
Files 242 215 -27
Lines 16149 13690 -2459
==========================================
- Hits 9255 7464 -1791
+ Misses 5946 5439 -507
+ Partials 948 787 -161
... and 104 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
6f27ae6
to
e7d2a60
Compare
a19d709
to
50cd8e7
Compare
50cd8e7
to
d754afb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really love the functional option approach
This is still technically breaking bc you're changing the API at the |
Added the |
Very nice review @renaynay and good suggestions @distractedm1nd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea to make NamespaceData
container! 👍
Overview
This is the first task in the scope of #1835.
Resolves #1836
Checklist