iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
54 stars 39 forks source link

Enable modifying Block Issuer Keys in CLI Wallet #2235

Closed PhilippGackstatter closed 2 months ago

PhilippGackstatter commented 2 months ago

Description of change

Enable modifying Block Issuer Keys in CLI Wallet. This is so prospect validators can easily add a second dedicated block issuer key for use in inx-validator. It needs the private key corresponding to the block issuer key in order to be able to issue validation blocks. Since the private key of the block issuer key added by the sdk is in stronghold or the ledger and thus not extractable, a new command was necessary to be able to add external block issuer keys.

Links to any relevant issues

n/a

Type of change

How the change has been tested

Manual local testing with the cli.

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.