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: statediff/README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,19 +77,18 @@ This state diffing service runs as an auxiliary service concurrent to the regula
77
77
### CLI configuration
78
78
This service introduces a CLI flag namespace `statediff`
79
79
80
-
`--statediff` flag is used to turn on the service
81
-
`--statediff.writing` is used to tell the service to write state diff objects it produces from synced ChainEvents directly to a configured Postgres database
82
-
`--statediff.workers` is used to set the number of concurrent workers to process state diff objects and write them into the database
83
-
`--statediff.db` is the connection string for the Postgres database to write to
84
-
`--statediff.db.init` indicates whether we need to initialize a new database; set true if its the first time running the process on a given database
85
-
`--statediff.dbnodeid` is the node id to use in the Postgres database
86
-
`--statediff.dbclientname` is the client name to use in the Postgres database
80
+
`--statediff` flag is used to turn on the service
81
+
`--statediff.writing` is used to tell the service to write state diff objects it produces from synced ChainEvents directly to a configured Postgres database
82
+
`--statediff.workers` is used to set the number of concurrent workers to process state diff objects and write them into the database
83
+
`--statediff.db` is the connection string for the Postgres database to write to
84
+
`--statediff.dbnodeid` is the node id to use in the Postgres database
85
+
`--statediff.dbclientname` is the client name to use in the Postgres database
87
86
88
87
The service can only operate in full sync mode (`--syncmode=full`), but only the historical RPC endpoints require an archive node (`--gcmode=archive`)
0 commit comments