Concordium / concordium-client

A command line client to interact with the concordium-node
Apache License 2.0
8 stars 6 forks source link

Sirius Delegation Support #109

Closed td202 closed 1 year ago

td202 commented 2 years ago

Task description

The concordium-client application will need to support the new transactions for configure delegation ‘delegator configure' and configure baker ‘baker configure’. They will be similar to the old ‘baker add’ command, but where the arguments are optional for configure.

The old ‘baker add', ‘baker remove', ‘baker set-key’, etc. commands will be changed to use ‘baker configure’ behind the scenes.

The concordium-client will also get new commands ‘delegator add’ and ‘delegator remove’, to add or remove a delegator. These commands will be wrappers around the 'delegator configure’ command.

abizjak commented 1 year ago

This is done.