Skip to content

Commit

Permalink
Merge pull request #4929 from ipfs/misc/cleanup-p2p
Browse files Browse the repository at this point in the history
Refactor `ipfs p2p`
  • Loading branch information
Stebalien authored Sep 13, 2018
2 parents 7213328 + b53936a commit 2de6163
Show file tree
Hide file tree
Showing 11 changed files with 1,008 additions and 589 deletions.
9 changes: 4 additions & 5 deletions core/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,12 @@ func TestCommands(t *testing.T) {
"/object/put",
"/object/stat",
"/p2p",
"/p2p/listener",
"/p2p/listener/close",
"/p2p/listener/ls",
"/p2p/listener/open",
"/p2p/close",
"/p2p/forward",
"/p2p/listen",
"/p2p/ls",
"/p2p/stream",
"/p2p/stream/close",
"/p2p/stream/dial",
"/p2p/stream/ls",
"/pin",
"/pin/add",
Expand Down
Loading

0 comments on commit 2de6163

Please sign in to comment.