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 was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: ROADMAP.md
+10-43Lines changed: 10 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,11 @@ UPDATE:
70
70
-[ ] Robust testing infrastructure
71
71
-[x] Isolation of tests. This includes:
72
72
- 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).
73
-
-[] Interoperability tests between js-ipfs and go-ipfs
73
+
-[x] Interoperability tests between js-ipfs and go-ipfs
-[ ] Figure out DAG API https://github.com/ipfs/interface-ipfs-core/issues/81
193
195
-[ ] Implement DAG API
194
-
-[ ] Fix full bitswap compatibility with go-ipfs
195
196
- Bitswap Support
196
197
-[x] Support for matching func - https://github.com/multiformats/js-multistream-select/pull/26
197
-
-[x] Support bitswap 1.0.0 and 1.1.0 simultaneously
198
+
-[x] Support bitswap 1.0.0 and 1.1.0 simultaneously https://github.com/ipfs/js-ipfs-bitswap/pull/76
199
+
-[x] Fix bitswap compatibility with go-ipfs
198
200
199
201
### Dependencies: `NA`
200
202
### Requirements by other projects: `NA`
@@ -331,10 +333,6 @@ This milestone was added as an extra during the quarter.
331
333
332
334
# Cached milestones (to re-evaluate for next quarter)
333
335
334
-
# Milestone - Documentation and Developer Experience
335
-
336
-
> Summary: During this period, we will focus on bringing great developer experience to js-ipfs, this includes: great examples, documentation, tutorials, blog posts and more, enabling more developers to hack with js-ipfs or contribute to the project.
337
-
338
336
### Tasks:
339
337
340
338
-[ ] Amazing examples
@@ -347,28 +345,10 @@ This milestone was added as an extra during the quarter.
347
345
-[ ] Tutorial: Load a Webpage/WebApplication using js-ipfs
348
346
-[ ] Add all of the examples to https://ipfs.io/docs/examples/
349
347
-[ ] Revisit and complete the IPFS spec
350
-
351
-
### Dependencies: `NA`
352
-
### Requirements by other projects: `NA`
353
-
### Notes: `NA`
354
-
##### Expected date of completion: `TBA`
355
-
356
-
# Milestone - The last miles for complete feature parity with go-ipfs
357
-
358
-
> Summary: 100% feature parity and interop with go-ipfs
359
-
360
-
### Tasks:
361
-
362
348
-[ ] IPNS
363
349
-[ ] pinning API
364
350
-[x] ping
365
351
366
-
### Dependencies: `NA`
367
-
### Requirements by other projects: `NA`
368
-
### Notes: `NA`
369
-
##### Expected date of completion: `TBA`
370
-
371
-
372
352
# Milestone - Shoot for the moon 🌑
373
353
374
354
> Summary: Grandiose ideas to make the js-ipfs project really awesome. It might take some time to get to them, but writting them down is always good.
@@ -431,9 +411,6 @@ This milestone was added as an extra during the quarter.
431
411
-[ ] add
432
412
-[ ] ls
433
413
-[ ] rm
434
-
-[ ] log
435
-
-[ ] level
436
-
-[ ] tail
437
414
-**extensions**
438
415
-[ ] name (IPNS)
439
416
-[ ] publish
@@ -443,28 +420,22 @@ This milestone was added as an extra during the quarter.
443
420
-[ ] tar
444
421
-[ ] add
445
422
-[ ] cat
446
-
-[ ] tour
447
-
-[ ] list
448
-
-[ ] next
449
-
-[ ] restart
450
-
-[ ] files
423
+
-[x] files
451
424
-[x] add
452
425
-[x] cat
453
-
-[] get
426
+
-[x] get
454
427
-[ ] stat - Statistics about everything
455
428
-[ ] bw
456
-
-[ ] mount
457
429
-[x] bootstrap
458
430
-[x] add
459
431
-[x] list
460
432
-[x] rm
461
433
-[x] bitswap
462
-
-[] stat
434
+
-[x] stat
463
435
-[ ] unwant
464
-
-[] wantlist
436
+
-[x] wantlist
465
437
-**tooling**
466
438
-[x] commands
467
-
-[ ] update
468
439
-[x] init - sugar on top of ipfs repo init
469
440
-[x] config
470
441
-[x] edit
@@ -478,12 +449,8 @@ This milestone was added as an extra during the quarter.
0 commit comments