Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

What happened to fullSync? #201

@abunsen

Description

@abunsen

I noticed in this graphic:
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions