You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Our ipfs package adds a persistent cache layer on top of IPNS. The data is stored in the ipfs db. However, we are currently having a namespace collision with the DHT package which uses the datastore to store some of it's records.
We need to create a separate namespace for our cache.
The text was updated successfully, but these errors were encountered:
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
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
Our ipfs package adds a persistent cache layer on top of IPNS. The data is stored in the ipfs db. However, we are currently having a namespace collision with the DHT package which uses the datastore to store some of it's records.
We need to create a separate namespace for our cache.
The text was updated successfully, but these errors were encountered: