Skip to content

Commit 14dba7f

Browse files
committed
bitswap
1 parent 849382d commit 14dba7f

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

IMPLEMENTATION_STATUS.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,24 @@
1010

1111
#### CLI
1212

13+
| Endpoint | Go Impl | JS Impl |
14+
| -------------------------------------------- | :-----------: | :-----------: |
15+
| **`ipfs ledger`** | :green_apple: | :tomato: |
16+
| `peer` | :green_apple: | :tomato: |
17+
| **`ipfs reprovide`** | :green_apple: | :tomato: |
18+
| **`ipfs bitswap stat`** | :green_apple: | :green_apple: |
19+
| **`ipfs bitswap unwant`** | :green_apple: | :tomato: |
20+
| `key` | :green_apple: | :tomato: |
21+
| **`ipfs bitswap wantlist`** | :green_apple: | :lemon: |
22+
| `peer` | :green_apple: | :tomato: |
23+
1324
#### HTTP
1425

1526
| Endpoint | Go Impl | JS Impl |
1627
| -------------------------------------------- | :-----------: | :-----------: |
28+
| **`GET /api/v0/bitswap/ledger`** | :green_apple: | :tomato: |
29+
| `arg=` | :green_apple: | :tomato: |
30+
| **`GET /api/v0/bitswap/reprovide`** | :green_apple: | :tomato: |
1731
| **`GET /api/v0/bitswap/stat`** | :green_apple: | :green_apple: |
1832
| **`GET /api/v0/bitswap/unwant`** | :green_apple: | :tomato: |
1933
| `arg=` | :green_apple: | :tomato: |
@@ -262,6 +276,33 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
262276

263277
See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
264278

279+
280+
--------------------------------------------------------------------------------
281+
282+
## File Store (IPFS Pack)
283+
284+
#### CLI
285+
286+
#### HTTP
287+
288+
#### Core
289+
290+
See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
291+
292+
293+
--------------------------------------------------------------------------------
294+
295+
## Key Management
296+
297+
#### CLI
298+
299+
#### HTTP
300+
301+
#### Core
302+
303+
See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
304+
305+
265306
--------------------------------------------------------------------------------
266307

267308
## Miscellaneous
@@ -369,6 +410,18 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
369410

370411
--------------------------------------------------------------------------------
371412

413+
## p2p (libp2p exposed API)
414+
415+
#### CLI
416+
417+
#### HTTP
418+
419+
#### Core
420+
421+
See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
422+
423+
--------------------------------------------------------------------------------
424+
372425
## Pining
373426

374427
#### CLI

0 commit comments

Comments
 (0)