Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the kagami validator feature and its behavior #377

Closed
6r1d opened this issue Aug 16, 2023 · 1 comment
Closed

Document the kagami validator feature and its behavior #377

6r1d opened this issue Aug 16, 2023 · 1 comment
Assignees

Comments

@6r1d
Copy link
Contributor

6r1d commented Aug 16, 2023

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:

rustup default nightly-2023-06-25
rustup component add rust-src --toolchain nightly-2023-06-25
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-06-25
@6r1d 6r1d self-assigned this Aug 16, 2023
@6r1d 6r1d changed the title Kagami: document the kagami validator feature and its behavior Document the kagami validator feature and its behavior Aug 16, 2023
@0x009922
Copy link
Contributor

0x009922 commented Sep 7, 2023

@nxsaken nxsaken closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants