Skip to content

Commit

Permalink
Add more details to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketd committed May 8, 2024
1 parent 21f4b2b commit 5286c5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/cardano-ledger-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## 1.12.0.0

* Add `UMap.umElemDelegations` to extract SPO, DRep and rewards for a given stake credential. #4324
* Add `sumAllStakeCompact` and redefine `sumAllStake` as a composition of it.
* Change `computeDRepPulser` to also process proposal-deposits for SPOs.
* Add `pdTotalActiveStake` field to `PoolDistr`, to hold the total active stake delegated to pools, including proposal deposits.
* Add `individualTotalPoolStake` to `IndividualPoolStake` to hold the delegated stake as an absolute number, including proposal deposits.
* Add lenses:
* `individualTotalPoolStakeL`
* `poolDistrTotalL`
* Add lenses to `RewardAccount`. #4309
* `rewardAccountCredentialL`
* `rewardAccountNetworkL`
Expand Down

0 comments on commit 5286c5e

Please sign in to comment.