HorizenOfficial / zend_oo

This repository is archived, Zendoo is out of beta and has been included in https://github.com/HorizenOfficial/zen.
https://github.com/HorizenOfficial/zen
Other
34 stars 22 forks source link

Help messages need to be updated to incorporate new SC related K:Vs #133

Open cronicc opened 3 years ago

cronicc commented 3 years ago

zen-cli help $command messages include example output. Many changes have been made to the actual output of commands, but the help message example command outputs haven't been updated.

For example zen-cli help getblock doesn't include "scTxsCommitment": ,"cert" or "scCumTreeHash".

Before work is started on this ideally https://github.com/HorizenOfficial/zen/pull/379 should be reviewed and merged on https://github.com/HorizenOfficial/zen, then ported to zend_oo. As it makes changes to pretty much all of the help messages, which would cause many conflicts down the road.

MarcoOl94 commented 3 years ago