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
+16-11
Original file line number
Diff line number
Diff line change
@@ -74,35 +74,40 @@ var (
74
74
executablePath("bootnode"),
75
75
executablePath("evm"),
76
76
executablePath("geth"),
77
-
executablePath("swarm"),
77
+
executablePath("puppeth"),
78
78
executablePath("rlpdump"),
79
+
executablePath("swarm"),
79
80
}
80
81
81
82
// A debian package is created for all executables listed here.
82
83
debExecutables= []debExecutable{
83
84
{
84
-
Name: "geth",
85
-
Description: "Ethereum CLI client.",
85
+
Name: "abigen",
86
+
Description: "Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages.",
86
87
},
87
88
{
88
89
Name: "bootnode",
89
90
Description: "Ethereum bootnode.",
90
91
},
91
-
{
92
-
Name: "rlpdump",
93
-
Description: "Developer utility tool that prints RLP structures.",
94
-
},
95
92
{
96
93
Name: "evm",
97
94
Description: "Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
98
95
},
99
96
{
100
-
Name: "swarm",
101
-
Description: "Ethereum Swarm daemon and tools",
97
+
Name: "geth",
98
+
Description: "Ethereum CLI client.",
102
99
},
103
100
{
104
-
Name: "abigen",
105
-
Description: "Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages.",
101
+
Name: "puppeth",
102
+
Description: "Ethereum private network manager.",
103
+
},
104
+
{
105
+
Name: "rlpdump",
106
+
Description: "Developer utility tool that prints RLP structures.",
0 commit comments