Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 22 forks source link

Stake Delegation #212

Closed td202 closed 2 years ago

td202 commented 2 years ago

Task description

This task is to implement the Sirius stake delegation proposal in the node. This allows accounts to lock up (part of) their capital and delegate it to a nominated baker (contributing to the stake of that baker) or to a common pool (which does not affect the relative stake of bakers). By delegating their stake, accounts earn interest as a share of the rewards derived from minting and transaction fees.

Sub-tasks

td202 commented 2 years ago

Immediate tasks

This is a list of next steps (at the time of writing).

Processing of update queueus

Handling of ConfigureBaker and ConfigureDelegation transactions

Changes to parameters

concordium-client

genesis tool (concordium-base)

Changes to baker state

andreaslyn commented 2 years ago

Handling of ConfigureBaker and ConfigureDelegation transactions has mostly been implemented, but before we can tick it off we need to handle the following scenarios:

abizjak commented 2 years ago

Closed by #253