-
Notifications
You must be signed in to change notification settings - Fork 95
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(routing/http)!: delegated peer routing server and client, IPIP 417 #422
Conversation
Codecov Report
@@ Coverage Diff @@
## main #422 +/- ##
==========================================
+ Coverage 66.34% 66.38% +0.04%
==========================================
Files 205 207 +2
Lines 24399 24681 +282
==========================================
+ Hits 16187 16385 +198
- Misses 6803 6867 +64
- Partials 1409 1429 +20
|
9ce5527
to
ba63f59
Compare
16fbd19
to
c4ed06e
Compare
7f1c23c
to
ecc6fb4
Compare
Just wanted to say thanks for jumping on this @hacdias as this is key for ipfs/helia#182 |
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.
Slight concern around inconsitent naming across our stack + breaking PUTs for existign users like ipni/index-provider
(details inline).
a24e870
to
a55f17a
Compare
Implementation of ipfs/specs#417. Requires #333.
Provide
.ProvideBitswap
and all related methods and types as deprecated.Kubo PR (includes #333): ipfs/kubo#9877