-
Notifications
You must be signed in to change notification settings - Fork 971
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!: share.Getter
and getters.IPLDGetter
#1518
Conversation
1ee0ea2
to
1d554c6
Compare
Codecov Report
@@ Coverage Diff @@
## main #1518 +/- ##
==========================================
+ Coverage 55.42% 55.51% +0.08%
==========================================
Files 214 215 +1
Lines 13123 13172 +49
==========================================
+ Hits 7274 7313 +39
- Misses 5107 5117 +10
Partials 742 742
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Breaking and needs some adiditonal reviewes on comments and error messages, but overall a great work + refactor.
Mostly thoughts and notes, but also a few things needs to be changed, like proof collection seems to be broken.
984c2d3
to
2812726
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.
In sync with @distractedm1nd, we decided to:
- Remove caching out of
IPLDGetter
and futureShrexGetter
and make this caching work via a newTeeGetter
- Change
GetShares
toGetter
interface toGetEDS
returning full rsmt2d EDS structure - EDS to implement
JSON(Un)Marhaller
interfaces to make it compatible with RPC
1ab67a8
to
e2932b6
Compare
9d2642e
to
caee666
Compare
4a2d978
to
ec30583
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.
👍🏻
share.Getter
and getters.IPLDGetter
share.Getter
and getters.IPLDGetter
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
af636ed
to
62f8041
Compare
Overview
Closes #1488
service.ShareService
share.Getter
getters.IPLDGetter
share.Availability
implementations now take ashare.Getter
TODO:
Checklist