This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
What happened to fullSync? #201
Copy link
Copy link
Open
Description
There is a reference to a sync command, but when I run ./vulcanizedb --help I only see the following (on v0.1.2-alpha):
Usage:
vulcanizedb [command]
Available Commands:
compose Composes transformer initializer plugin
composeAndExecute Composes, loads, and executes transformer initializer plugin
contractWatcher Watches events at the provided contract address using fully synced vDB
execute executes a precomposed transformer initializer plugin
headerSync Syncs VulcanizeDB with local ethereum node's block headers
help Help about any command
resync Resync historical data
streamEthSubscription This command is used to subscribe to the super node eth stream with the provided filters
superNode VulcanizeDB SuperNode
version Prints the version of vulcanizeDB
Flags:
--client-ipcPath string location of geth.ipc file
--client-levelDbPath string location of levelDb chaindata
--config string config file location
--database-hostname string database hostname (default "localhost")
--database-name string database name (default "vulcanize_public")
--database-password string database password
--database-port int database port (default 5432)
--database-user string database user
--exporter-name string name of exporter plugin (default "exporter")
--filesystem-storageDiffsPath string location of storage diffs csv file
-h, --help help for vulcanizedb
--log-level string Log level (trace, debug, info, warn, error, fatal, panic (default "info")
--logfile string file path for logging
--storageDiffs-source string where to get the state diffs: csv or geth (default "csv")
Use "vulcanizedb [command] --help" for more information about a command.
Did you remove this or is it now resync?
Metadata
Metadata
Assignees
Labels
No labels
