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: cmd/geth/dbcmd.go
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Remove blockchain and state databases`,
85
85
utils.SepoliaFlag,
86
86
utils.RinkebyFlag,
87
87
utils.GoerliFlag,
88
+
utils.ScrollAlphaFlag,
88
89
},
89
90
Usage: "Inspect the storage size for each type of data in the database",
90
91
Description: `This commands iterates the entire database. If the optional 'prefix' and 'start' arguments are provided, then the iteration is limited to the given subset of data.`,
@@ -101,6 +102,7 @@ Remove blockchain and state databases`,
101
102
utils.SepoliaFlag,
102
103
utils.RinkebyFlag,
103
104
utils.GoerliFlag,
105
+
utils.ScrollAlphaFlag,
104
106
},
105
107
}
106
108
dbCompactCmd= cli.Command{
@@ -115,6 +117,7 @@ Remove blockchain and state databases`,
115
117
utils.SepoliaFlag,
116
118
utils.RinkebyFlag,
117
119
utils.GoerliFlag,
120
+
utils.ScrollAlphaFlag,
118
121
utils.CacheFlag,
119
122
utils.CacheDatabaseFlag,
120
123
},
@@ -135,6 +138,7 @@ corruption if it is aborted during execution'!`,
135
138
utils.SepoliaFlag,
136
139
utils.RinkebyFlag,
137
140
utils.GoerliFlag,
141
+
utils.ScrollAlphaFlag,
138
142
},
139
143
Description: "This command looks up the specified database key from the database.",
140
144
}
@@ -151,6 +155,7 @@ corruption if it is aborted during execution'!`,
151
155
utils.SepoliaFlag,
152
156
utils.RinkebyFlag,
153
157
utils.GoerliFlag,
158
+
utils.ScrollAlphaFlag,
154
159
},
155
160
Description: `This command deletes the specified database key from the database.
156
161
WARNING: This is a low-level operation which may cause database corruption!`,
@@ -168,6 +173,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
168
173
utils.SepoliaFlag,
169
174
utils.RinkebyFlag,
170
175
utils.GoerliFlag,
176
+
utils.ScrollAlphaFlag,
171
177
},
172
178
Description: `This command sets a given database key to the given value.
173
179
WARNING: This is a low-level operation which may cause database corruption!`,
@@ -185,6 +191,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
185
191
utils.SepoliaFlag,
186
192
utils.RinkebyFlag,
187
193
utils.GoerliFlag,
194
+
utils.ScrollAlphaFlag,
188
195
},
189
196
Description: "This command looks up the specified database key from the database.",
190
197
}
@@ -201,6 +208,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
201
208
utils.SepoliaFlag,
202
209
utils.RinkebyFlag,
203
210
utils.GoerliFlag,
211
+
utils.ScrollAlphaFlag,
204
212
},
205
213
Description: "This command displays information about the freezer index.",
206
214
}
@@ -216,6 +224,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
216
224
utils.RopstenFlag,
217
225
utils.RinkebyFlag,
218
226
utils.GoerliFlag,
227
+
utils.ScrollAlphaFlag,
219
228
},
220
229
Description: "The import command imports the specific chain data from an RLP encoded stream.",
221
230
}
@@ -231,6 +240,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
231
240
utils.RopstenFlag,
232
241
utils.RinkebyFlag,
233
242
utils.GoerliFlag,
243
+
utils.ScrollAlphaFlag,
234
244
},
235
245
Description: "Exports the specified chain data to an RLP encoded stream, optionally gzip-compressed.",
0 commit comments