Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 15, 2016
1 parent 676b354 commit 7dcff81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ UPDATE:
### Tasks:

- [ ] Interface definition, documentation and test coverage for both js-ipfs and js-ipfs-api. The `interface-ipfs-core` effort.
- [ ] Create a process to signal users of a proposed interface change and interface changelog.
- [x] Create a process to signal users of a proposed interface change and interface changelog. https://github.com/ipfs/interface-ipfs-core/issues/55
- [ ] swarm API - https://github.com/ipfs/interface-ipfs-core/pull/35
- [ ] block API - https://github.com/ipfs/interface-ipfs-core/pull/32
- [ ] generic API - https://github.com/ipfs/interface-ipfs-core/pull/33
Expand All @@ -65,7 +65,7 @@ UPDATE:
- [ ] DHT API https://github.com/ipfs/interface-ipfs-core/pull/36
- [ ] mfs API https://github.com/ipfs/interface-ipfs-core/pull/38
- [ ] Robust testing infrastructure
- [ ] Isolation of tests. This includes:
- [x] Isolation of tests. This includes:
- Avoid cases where there is one set up for a bunch of test files, instead make each test file be runnable by itself. This also includes removing the use of all globals (i.e js-ipfs-api).
- [ ] Interoperability tests between js-ipfs and go-ipfs
- [ ] Benchmarking tests
Expand Down

0 comments on commit 7dcff81

Please sign in to comment.