-
Notifications
You must be signed in to change notification settings - Fork 279
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
Labels
Comments
AlexStroke
added
the
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
label
Nov 28, 2023
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
Hi @AlexStroke I would like to pick up this issue. |
Hi @SumitkumarSatpute I don't have any objections. |
nxsaken
added a commit
to nxsaken/iroha
that referenced
this issue
Apr 4, 2024
…ient_cli` Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
5 tasks
Made obsolete by #2085 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 askey 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.The text was updated successfully, but these errors were encountered: