You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/ci.go
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,9 @@ var (
72
72
executablePath("abigen"),
73
73
executablePath("evm"),
74
74
executablePath("geth"),
75
+
executablePath("bzzd"),
76
+
executablePath("bzzhash"),
77
+
executablePath("bzzup"),
75
78
executablePath("rlpdump"),
76
79
}
77
80
@@ -89,6 +92,18 @@ var (
89
92
Name: "evm",
90
93
Description: "Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
91
94
},
95
+
{
96
+
Name: "bzzd",
97
+
Description: "Ethereum Swarm daemon",
98
+
},
99
+
{
100
+
Name: "bzzup",
101
+
Description: "Ethereum Swarm command line file/directory uploader",
0 commit comments