Releases: MizukiSonoko/iroha-cli
Releases Β· MizukiSonoko/iroha-cli
Support Iroha-1.0 alpha
Change
$ irohac --hostname=localhost:50051 --account_id=mizuki@japan CreateAccount --acconut_name iori --domain_id japan
Minor changes
- Rename internal directory name
cli
->iroha_cli
,schema
Recommend you don't use the previous version. because it makes package dirty
Query works correctly :bow:
almost same as 1.2 π
Support query
Feature
- We can send query πππ
iroha-ya-cli query GetAccount --account_id mizuki --config config.yaml
- All command requires config
Before
iroha-ya-cli tx CreateAsset --domain_id japan --precision 0 --asset_name yen
After
iroha-ya-cli tx CreateAsset --domain_id japan --precision 0 --asset_name yen --config config.yml
Change interface and use argparse
Feature
Interface Changed!!!
From
iroha-ya-cli CreateAsset --domain_id japan --precision 0 --asset_name yen
To
iroha-ya-cli tx CreateAsset --domain_id japan --precision 0 --asset_name yen
Future
- Transaction
iroha-ya-cli tx CreateAsset --domain_id japan --precision 0 --asset_name yen
- Query
iroha-ya-cli query getAccount ...
- Keygen and other built in command
iroha-ya-cli keygen --key_path ....
Feature on backend
Replace current debt to argparse.
I want to use cliff, but I cannot it in now..
Iroha-Ya-Cli v1.0
Function
- Connect Iroha node
- Generate KeyPair
Feature
- sha3
- ed25519 orlp/ed25519
- schema is as https://github.com/hyperledger/iroha/tree/develop/schema