Alcyone 2.6.0 Release Notes
modified API
- Type
Distribution
has gainedper_share: Balance
field. This is used instead the total supply to compute the benefit of a claimant asper_share * shares_at_checkpoint
. (#942)
modified logic
- Fixed tracking of validators being run by an Operator. Involved storage migration to retroactively fix the
running_count
. (#946) - Removed error
BalanceAmountProductSupplyDivisionFailed
in Capital Distributions. (#942) - Renamed error
BalanceAmountProductOverflowed
toBalancePerShareProductOverflowed
in Capital Distributions. (#942)