This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Move inMemory resolver to separate package #151
Closed
alanshaw opened this issue
Sep 24, 2018
· 4 comments
· Fixed by #188 · May be fixed by adamlaska/ipfs-js-ipfs#6
Closed
Move inMemory resolver to separate package #151
alanshaw opened this issue
Sep 24, 2018
· 4 comments
· Fixed by #188 · May be fixed by adamlaska/ipfs-js-ipfs#6
Comments
That feature was to make @nicola but I don't believe he ever used it. I believe you can take it out entirely |
i find it quite useful, yet to trivial to create a separate package for it. What do you think of putting it into an example for js-ipld. This way the code can easily be copy&paste re-used. |
@vmx sounds great! |
SGTM |
alanshaw
pushed a commit
that referenced
this issue
Jan 13, 2019
This removes the dependency on `ipfs-repo`, `ipfs-block-service` and `interface-datastore` and resolves #151. BREAKING CHANGE: This module no longer exports an `inMemory` utility to create an IPLD instance that uses a block service that stores data in memory. Please use the [`ipld-in-memory`](https://www.npmjs.com/package/ipld-in-memory) module instead. License: MIT Signed-off-by: Alan Shaw <[email protected]>
ghost
assigned alanshaw
Jan 13, 2019
ghost
added
status/in-progress
In progress
and removed
status/ready
Ready to be worked
labels
Jan 13, 2019
vmx
pushed a commit
that referenced
this issue
Jan 16, 2019
This removes the dependency on `ipfs-repo`, `ipfs-block-service` and `interface-datastore` and resolves #151. BREAKING CHANGE: This module no longer exports an `inMemory` utility to create an IPLD instance that uses a block service that stores data in memory. Please use the [`ipld-in-memory`](https://www.npmjs.com/package/ipld-in-memory) module instead. License: MIT Signed-off-by: Alan Shaw <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Removes dependence on
ipfs-repo
andipfs-block-service
.The text was updated successfully, but these errors were encountered: