This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,21 +78,21 @@ UPDATE:
78
78
79
79
#### Extra:
80
80
81
- - [ ] Migration to pull-streams - https://github.com/ipfs/js-ipfs/issues/403
81
+ - [x ] Migration to pull-streams - https://github.com/ipfs/js-ipfs/issues/403
82
82
- [ ] Test js-ipfs using ipfs-api through http-api with interface-ipfs-core tests
83
83
- [x] test-block
84
84
- [x] test-object
85
- - [ ] test-files
85
+ - [x ] test-files
86
86
- [x] test-config
87
87
- [ ] test-swarm
88
88
89
89
### Dependencies:
90
90
91
91
- js-ipfs needs the following from go-ipfs (preferrably in a release) (https://github.com/ipfs/go-ipfs/issues/2738 ):
92
- - [ ] Do not assume that the Public Key is only transfered in secio
93
- - [ ] Websockets support (really nice to have)
94
- - [ ] use the defined protocol multicodecs https://github.com/ipfs/specs/blob/master/libp2p/7-properties.md#757-protocol-multicodecs
95
- - [ ] go-libp2p scripts for libp2p interop testing https://github.com/ipfs/js-libp2p-ipfs/issues/15
92
+ - [x ] Do not assume that the Public Key is only transfered in secio
93
+ - [x ] Websockets support (really nice to have)
94
+ - [x ] use the defined protocol multicodecs https://github.com/ipfs/specs/blob/master/libp2p/7-properties.md#757-protocol-multicodecs
95
+ - [x ] go-libp2p scripts for libp2p interop testing https://github.com/ipfs/js-libp2p-ipfs/issues/15
96
96
97
97
### Notes:
98
98
You can’t perform that action at this time.
0 commit comments