Open abunsen opened 4 years ago
Hi @abunsen! Yeah we have removed the fullSync
command, and are in the process of breaking this repository up into smaller repositories for the different tools contained within. E.g. contract-watcher, header-sync, and ipfs watchers. fullSync
can still be used in a previous version of vulcanizedb, or if there is interest in it I can (at some point) create a separate repo that restores that tool. Part of the rationale with removing the fullSync
is that the eth ipfs-watcher fulfills and extends the functionality that fullSync
provided, although with more overhead due to also processing state data.
If you'd like continued support for this feature please reach out to me rick@vulcanize.io.
Thanks.
I noticed in this graphic:
There is a reference to a
sync
command, but when I run./vulcanizedb --help
I only see the following (on v0.1.2-alpha):Did you remove this or is it now
resync
?