Skip to content

Commit

Permalink
feat(libp2p v0.18.0): add resource manager stats/limit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis committed Feb 24, 2022
1 parent 3bb2ecf commit 4594422
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 37 deletions.
2 changes: 2 additions & 0 deletions core/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,13 @@ func TestCommands(t *testing.T) {
"/swarm/filters",
"/swarm/filters/add",
"/swarm/filters/rm",
"/swarm/limit",
"/swarm/peers",
"/swarm/peering",
"/swarm/peering/add",
"/swarm/peering/ls",
"/swarm/peering/rm",
"/swarm/stats",
"/tar",
"/tar/add",
"/tar/cat",
Expand Down
Loading

0 comments on commit 4594422

Please sign in to comment.