iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Implement a Command for Burning Keys in iroha_client_cli

Open AlexStroke opened this issue 1 year ago • 2 comments

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 avatar Nov 28 '23 10:11 AlexStroke

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

SumitkumarSatpute avatar Dec 01 '23 06:12 SumitkumarSatpute

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

Hi @SumitkumarSatpute I don't have any objections.

AlexStroke avatar Dec 03 '23 13:12 AlexStroke

Made obsolete by #2085

nxsaken avatar May 24 '24 06:05 nxsaken