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
This PR removes the entire old prover stack. What it means for you:
Firstly, if you're using the deprecated witness_vector_generator &
prover_fri, the binaries are gone. Secondly, you will need to migrate to
circuit_prover (which is faster & comes with extra bells & whistles).
This PR does not attempt to refactor the codebase post removal. It's big
enough as it is, a follow-up cleanup PR will be needed.
Copy file name to clipboardExpand all lines: zkstack_cli/crates/zkstack/completion/zkstack.fish
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ avail\t''
145
145
eigen-da\t''"
146
146
complete-c zkstack -n"__fish_zkstack_using_subcommand ecosystem; and __fish_seen_subcommand_from init"-l support-l2-legacy-shared-bridge-test-r-f-a"true\t''
147
147
false\t''"
148
+
complete-c zkstack -n"__fish_zkstack_using_subcommand ecosystem; and __fish_seen_subcommand_from init"-l server-command-d'Command to run the server binary'-r
148
149
complete-c zkstack -n"__fish_zkstack_using_subcommand ecosystem; and __fish_seen_subcommand_from init"-l chain -d'Chain to use'-r
149
150
complete-c zkstack -n"__fish_zkstack_using_subcommand ecosystem; and __fish_seen_subcommand_from init"-l resume
150
151
complete-c zkstack -n"__fish_zkstack_using_subcommand ecosystem; and __fish_seen_subcommand_from init"-l zksync
@@ -250,6 +251,7 @@ false\t''"
250
251
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from init"-l validium-type-d'Type of the Validium network'-r-f-a"no-da\t''
251
252
avail\t''
252
253
eigen-da\t''"
254
+
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from init"-l server-command-d'Command to run the server binary'-r
253
255
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from init"-l chain -d'Chain to use'-r
254
256
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from init"-l resume
255
257
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from init"-l zksync
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from init"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
264
266
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from genesis"-l server-db-url -d'Server database url without database name'-r
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from genesis"-l server-command-d'Command to run the server binary'-r
266
269
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from genesis"-l chain -d'Chain to use'-r
267
270
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from genesis"-s d -l dev -d'Use default database urls and names'
268
271
complete-c zkstack -n"__fish_zkstack_using_subcommand chain; and __fish_seen_subcommand_from genesis"-s d -l dont-drop
complete-c zkstack -n"__fish_zkstack_using_subcommand prover; and __fish_seen_subcommand_from help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
684
677
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and not __fish_seen_subcommand_from build run wait help"-l components -d'Components of server to run'-r
685
678
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and not __fish_seen_subcommand_from build run wait help"-s a -l additional-args -d'Additional arguments that can be passed through the CLI'-r
679
+
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and not __fish_seen_subcommand_from build run wait help"-l server-command-d'Command to run the server binary'-r
686
680
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and not __fish_seen_subcommand_from build run wait help"-l chain -d'Chain to use'-r
687
681
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and not __fish_seen_subcommand_from build run wait help"-l genesis -d'Run server in genesis mode'
688
682
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and not __fish_seen_subcommand_from build run wait help"-l uring -d'Enables uring support for RocksDB'
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from build"-s h -lhelp-d'Print help'
700
694
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from run"-l components -d'Components of server to run'-r
701
695
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from run"-s a -l additional-args -d'Additional arguments that can be passed through the CLI'-r
696
+
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from run"-l server-command-d'Command to run the server binary'-r
702
697
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from run"-l chain -d'Chain to use'-r
703
698
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from run"-l genesis -d'Run server in genesis mode'
704
699
complete-c zkstack -n"__fish_zkstack_using_subcommand server; and __fish_seen_subcommand_from run"-l uring -d'Enables uring support for RocksDB'
0 commit comments