Skip to content

Commit 2149b89

Browse files
committed
Swarm
1 parent e07ba16 commit 2149b89

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

IMPLEMENTATION_STATUS.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,24 +599,47 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
599599

600600
#### CLI
601601

602+
| Command | Go Impl | JS Impl |
603+
| -------------------------------------------- | :-----------: | :-----------: |
604+
| **`ipfs swarm addrs`** | :green_apple: | :green_apple: |
605+
| **`ipfs swarm addrs listen`** | :green_apple: | :tomato: |
606+
| **`ipfs swarm addrs local`** | :green_apple: | :green_apple: |
607+
| `id=` | :green_apple: | :tomato: |
608+
| **`ipfs swarm connect`** | :green_apple: | :green_apple: |
609+
| `arg=` | :green_apple: | :green_apple: |
610+
| **`ipfs swarm disconnect`** | :green_apple: | :green_apple: |
611+
| `arg=` | :green_apple: | :green_apple: |
612+
| **`ipfs swarm filters`** | :green_apple: | :tomato: |
613+
| **`ipfs swarm filters add`** | :green_apple: | :tomato: |
614+
| `arg=` | :green_apple: | :tomato: |
615+
| **`ipfs swarm filters rm`** | :green_apple: | :tomato: |
616+
| `arg=` | :green_apple: | :tomato: |
617+
| **`ipfs swarm peers`** | :green_apple: | :green_apple: |
618+
| `verbose=` | :green_apple: | :tomato: |
619+
| `latency=` | :green_apple: | :tomato: |
620+
| `streams=` | :green_apple: | :tomato: |
621+
602622
#### HTTP
603623

604624
| Endpoint | Go Impl | JS Impl |
605625
| -------------------------------------------- | :-----------: | :-----------: |
606626
| **`GET /api/v0/swarm/addrs`** | :green_apple: | :green_apple: |
627+
| **`GET /api/v0/swarm/addrs/listen`** | :green_apple: | :tomato: |
607628
| **`GET /api/v0/swarm/addrs/local`** | :green_apple: | :green_apple: |
608629
| `id=` | :green_apple: | :tomato: |
609630
| **`GET /api/v0/swarm/connect`** | :green_apple: | :green_apple: |
610631
| `arg=` | :green_apple: | :green_apple: |
611632
| **`GET /api/v0/swarm/disconnect`** | :green_apple: | :green_apple: |
612-
| `arg=` | :green_apple: | :tomato: |
633+
| `arg=` | :green_apple: | :green_apple: |
613634
| **`GET /api/v0/swarm/filters`** | :green_apple: | :tomato: |
614635
| **`GET /api/v0/swarm/filters/add`** | :green_apple: | :tomato: |
615636
| `arg=` | :green_apple: | :tomato: |
616637
| **`GET /api/v0/swarm/filters/rm`** | :green_apple: | :tomato: |
617638
| `arg=` | :green_apple: | :tomato: |
618639
| **`GET /api/v0/swarm/peers`** | :green_apple: | :green_apple: |
619-
| `verbose=,v=` | :green_apple: | :tomato: |
640+
| `verbose=` | :green_apple: | :tomato: |
641+
| `latency=` | :green_apple: | :tomato: |
642+
| `streams=` | :green_apple: | :tomato: |
620643

621644
#### Core
622645

0 commit comments

Comments
 (0)