Skip to content

Releases: MizukiSonoko/iroha-cli

Support Iroha-1.0 alpha

24 Jan 02:41
Compare
Choose a tag to compare

Change

$ irohac --hostname=localhost:50051 --account_id=mizuki@japan CreateAccount --acconut_name iori --domain_id japan  

Minor changes

15 Nov 00:39
3c47af9
Compare
Choose a tag to compare
  • Rename internal directory name cli -> iroha_cli, schema
    Recommend you don't use the previous version. because it makes package dirty

pypi/iroha-ya-cli/1.2.5

Query works correctly :bow:

27 Oct 14:10
Compare
Choose a tag to compare

almost same as 1.2 πŸ™‡

Support query

27 Oct 09:52
Compare
Choose a tag to compare

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

26 Oct 15:46
Compare
Choose a tag to compare

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

25 Oct 15:46
Compare
Choose a tag to compare

Function

  • Connect Iroha node
  • Generate KeyPair

Feature