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: crates/blockifier_reexecution/README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,29 @@ The blockier reexecution crate is intended to verify blockifier changes do not b
7
7
## CLI Commands
8
8
Using the different CLI commands, it is possible to run reexecution tests in different modes, to download (permisionless) files for offline reexecution from the GC bucket, and to upload (permissioned) files for offline reexecution to the GC bucket.
9
9
10
+
### Chain ID Option
11
+
Commands that use RPC (`rpc-test`, `reexecute-single-tx`, `write-to-file`) accept optional chain ID arguments. If not provided, the chain ID is guessed from the node URL.
12
+
13
+
There are two mutually exclusive options for specifying the chain ID:
14
+
15
+
**Option 1: `-c/--chain-id` (enum)**
16
+
For standard chain IDs, use the `-c` flag with one of the supported values:
0 commit comments