This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Our IPNS package implements a separate persistent cache for IPNS records. The format of the value stored in the database is different from the format used by the DHT package. This commit changes the database key used by the persistent cache to make sure it does not collide with the key used by the DHT package which might otherwise cause records to be overriden with a different format. closes #1612
Use separate namespace for IPNS persistent cache
tyler-smith
approved these changes
Jun 20, 2019
OpenBazaar currently uses hashed ID but intends to later switch to the default inline IDs. During this transition, this commit ensures that nodes of one type should always interop with the other.
tyler-smith
suggested changes
Jun 21, 2019
vendor/gx/ipfs/QmYVXrKrKHDC9FobgmcmshCDyWwdrfwfanNQN4oxJ9Fk3h/go-libp2p-peer/peer.go
Outdated
Show resolved
Hide resolved
[#1645] Prevent notifications produced on MODERATOR_ADD and REMOVE
cpacia
approved these changes
Jul 10, 2019
tyler-smith
approved these changes
Jul 10, 2019
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 is a placeholder PR to ensure that changes from the final v0.13.4 release are merged back into master.
Fixes #1564
Fixes #1593
Fixes #1612
Fixes #1626
Fixes #1634
Fixes #1645