gantree-io / gantree-lib-nodejs

Javascript lib for gantree-cli
Apache License 2.0
12 stars 3 forks source link

No config samples have validator nodes #32

Open brenzi opened 4 years ago

brenzi commented 4 years ago

all your samples are for public networks where non-validatore nodes are deployed. I'd like a sample for a 2-validator network

rozifus commented 4 years ago

Added a ticket for properly implementing validator support and documentation

Currently we actually ignore the validator flag and always apply --validator to the node This is because switching validator on/off actually requires the database pruning level to be kept on the old value via cmd-line flag, or requires the database to be purged to avoid an error

Probably we'll add support for the purge