This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
fix: re-enable peer ID inlining but make it configurable #42
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
assigned Stebalien
Jan 23, 2019
ghost
added
the
in progress
label
Jan 23, 2019
vyzo
approved these changes
Jan 23, 2019
@hoffmabc does this work for OpenBazaar? See: libp2p/specs#138 |
cc @cpacia |
CC @parkan. |
also paging @placer14 |
I wasn't aware of the conversation. I'll raise it with the team and get back to you guys. Thanks for the consideration. 🥇 |
This should: 1. Unblock OpenBazaar. They were relying on the non-inlining behavior but run a forked network so they can set `EnableDeprecatedKeyInlining` to `false`. 2. Unblock Textile. They rely on this feature being *enabled*. Re-enabling it by default will give us some time to transition away from it.
Stebalien
force-pushed
the
fix/re-enable-inlining
branch
from
February 6, 2019 00:40
b46ec42
to
876cefc
Compare
I've changed the flag to |
Merging as this simply restores the current behavior. |
Nice, cheers @Stebalien |
@sanderpick this has been merged into master, along with the DHT dialing fixes. |
Okay, great. I'm under full siege this week... will update our node with go-ipfs master next week. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should:
EnableDeprecatedKeyInlining
tofalse
.