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 a Command for Burning Keys in iroha_client_cli #4093

Open
AlexStroke opened this issue Nov 28, 2023 · 2 comments
Open

Implement a Command for Burning Keys in iroha_client_cli #4093

AlexStroke opened this issue Nov 28, 2023 · 2 comments
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 Nov 28, 2023

Objective:

Develop and integrate a new command into the iroha_client_cli tool for burning (permanently deleting) public keys from an account in the Iroha blockchain network.

Requirements:

The command should follow the existing syntax pattern of iroha_client_cli. It could be formatted as key burn --account=[account_id] --key=[public_key], where [account_id] and [public_key] are placeholders for the user's account ID and the public key to be burned, respectively.

@AlexStroke AlexStroke added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Nov 28, 2023
@AlexStroke AlexStroke changed the title Copy of Enhancing iroha_client_cli to Support Minting with BigQuantity, Fixed, and Store Types Implement a Command for Burning Keys in iroha_client_cli Nov 28, 2023
@mversic mversic added the good first issue Good for newcomers label Nov 30, 2023
@SumitkumarSatpute
Copy link

Hi @AlexStroke I would like to pick up this issue.

@AlexStroke
Copy link
Contributor Author

AlexStroke commented Dec 3, 2023

Hi @AlexStroke I would like to pick up this issue.

Hi @SumitkumarSatpute I don't have any objections.

@nxsaken nxsaken self-assigned this Apr 4, 2024
nxsaken added a commit to nxsaken/iroha that referenced this issue Apr 4, 2024
Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
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

Successfully merging a pull request may close this issue.

5 participants