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

Implement Feature for Adding New Signatories via Client CLI #4110

Closed
AlexStroke opened this issue Dec 3, 2023 · 1 comment
Closed

Implement Feature for Adding New Signatories via Client CLI #4110

AlexStroke opened this issue Dec 3, 2023 · 1 comment
Assignees
Labels
good first issue Good for newcomers iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@AlexStroke
Copy link
Contributor

AlexStroke commented Dec 3, 2023

Objective:

We need to extend the functionality of our iroha_client_cli to allow users to add new signatories to existing accounts.

Requirements:

  • Suggested command format:
    ./iroha_client_cli account add-signatory \
        --account_id="<account_id>" \
        --public_key="<new_public_key>"
    
  • Where account_id is the ID of the account to which the signatory is being added, and public_key is the public key of the new signatory.
@AlexStroke AlexStroke added good first issue Good for newcomers iroha2-dev The re-implementation of a BFT hyperledger in RUST labels Dec 3, 2023
@AlexStroke AlexStroke changed the title Copy of Implement a Command for Burning Keys in iroha_client_cli Implement Feature for Adding New Signatories via Client CLI Dec 3, 2023
@nxsaken nxsaken self-assigned this Apr 4, 2024
nxsaken added a commit to nxsaken/iroha that referenced this issue Apr 4, 2024
…roha_client_cli`

Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
nxsaken added a commit to nxsaken/iroha that referenced this issue Apr 4, 2024
…roha_client_cli`

Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
@s8sato
Copy link
Contributor

s8sato commented Apr 15, 2024

may become obsolete after #4373 as signatories are planned to be immutable so far

@mversic mversic closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

5 participants