You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It deserves to be documented, and I'll address that.
Moreover, the default CLI help can be better.
./target/debug/kagami validator --help
Generate the default validator
Usage: kagami validator [OPTIONS]
Options:
--clone-dir <CLONE_DIR> Directory path to clone Iroha sources to. Only used in case when `kagami` is run as a separate binary. A temporary directory is created for this purpose if this option is not provided but cloning is still needed
-h, --help Print help
The Validator feature required to use the fresh toolchain, add rust-src and WASM target support:
6r1d
changed the title
Kagami: document the kagami validator feature and its behavior
Document the kagami validator feature and its behavior
Aug 16, 2023
It deserves to be documented, and I'll address that.
Moreover, the default CLI help can be better.
The Validator feature required to use the fresh toolchain, add
rust-src
andWASM
target support:The text was updated successfully, but these errors were encountered: