This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
js-ipfs-repo #114
Closed
Description
This issue focus on detailing the improvements we are committing to do for js-ipfs milestone 1
.
ipfs-repo
is one of the core pieces of js-ipfs
. It enables js-ipfs to use different storage backends without having to introduce any complex logic for the other IPFS subsystems. Although this module is quite stable at the time, its performance has room for improvement and documentation needs some love.
https://github.com/ipfs/js-ipfs-repo
TODO list:
- increase code coverage to 100%
- enable circle-ci
- update release process to the dignified pipeline
- examples
- using with fs-blob-store
- using it in the browser with indexedDB-blob-store
- ensure that every API call is documented
Extra:
- benchmarks and increase performance