-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
libp2p spec link in CONTRIBUTE is a broken link. #41
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
Comments
hackergrrl
pushed a commit
to hackergrrl/go-libp2p
that referenced
this issue
Sep 15, 2016
Addresses libp2p#41
Merged
ghost
added
status/deferred
Conscious decision to pause or backlog
and removed
status/deferred
Conscious decision to pause or backlog
labels
Nov 12, 2016
Fixed with #216 and also a lot more documentation to come :) |
I think you can close this issue. #216 is already merged and link is working. |
marten-seemann
added a commit
that referenced
this issue
Apr 22, 2022
reduce the number of max incoming stream to 256
marten-seemann
added a commit
that referenced
this issue
May 18, 2022
marten-seemann
pushed a commit
that referenced
this issue
Aug 9, 2022
store expiring addrs by pointer
marten-seemann
added a commit
that referenced
this issue
Aug 15, 2022
This is useful when recording a trace to observe the baseline resource consumption.
marten-seemann
pushed a commit
that referenced
this issue
Aug 17, 2022
What: 1. Supports decoding CIDs (of libp2p keys) as peer IDs (libp2p/specs#216) 2. Continues to encode peer IDs as base58 multihashes by default. 3. Adds functions for converting between peer IDs and CIDs. 4. Deprecates IDB58{Decode,Encode}, replacing them with {Decode,Encode}. Why: 1. We _need_ to support multibase somehow, so we can put peer IDs in domains. 2. This makes peer IDs fully self describing. That is, the CID itself indicates that it's a hash of a libp2p public key. 3. It's much easier to upgrade wire protocols than text. This change punts pids-as-cids on the wire down the road but that's something we can revisit if it ever becomes relevant. See libp2p/specs#111 for context. Deviations from that issue: * This _retains_ the current peer ID inlining of ed25519 keys. That turned out to be a nightmare, one I'd like to punt a bit more down the road. * Likewise, this _punts_ the question of embedding the multi-hash algorithm in the public key.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
No description provided.
The text was updated successfully, but these errors were encountered: