Skip to content

Commit d2712dc

Browse files
committed
Update changelogs
1 parent eb9c9fd commit d2712dc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

eras/shelley/impl/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 1.17.0.0
44

5+
* Refactor pool deposits to use `StakePoolState`. #5234
6+
* Update `Pool` rule to store deposits in individual `StakePoolState` records
7+
* Replace `epochStatePoolParamsL` lens with `epochStatePoolParamsG` getter due to information loss
8+
* Add and export `prUTxOStateL`, `prChainAccountStateL`, and `prCertStateL` lenses for `ShelleyPoolreapState`
9+
* Update genesis stake pool registration to use `mempty` deposits for initial pools per specification
510
* Add `NFData` for `NominalDiffTimeMicro`, `ShelleyGenesisStaking` and `ShelleyGenesis`
611
* Deprecate `PoolParams` in favor of `StakePoolState`. #5196
712
* Deprecate the API `getPoolParameters` in favor of `getStakePools`.

libs/cardano-ledger-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 1.18.0.0
44

5+
* Move pool deposits from `PState` into `StakePoolState`. #5234
6+
* Add `spsDeposit` field to `StakePoolState`
7+
* Remove `psDeposits` field from `PState` data constructor
8+
* Update `mkStakePoolState` to take deposit parameter as first argument
9+
* Replace `psDepositsL` and `psDepositsCompactL` lenses with `psDepositsG` and `psDepositsCompactG` getters
10+
* Remove `payPoolDeposit` and `refundPoolDeposit` functions as they are no longer necessary
11+
* Update `EncCBOR`/`DecCBOR` instances for `PState` to handle new structure
12+
* Add lenses for `StakePoolState` fields
513
* Deprecate `costModelParamsCount` in favor of `costModelInitParamCount`
614
* Add `costModelInitParamNames`, `costModelInitParamCount`, `parseCostModelAsArray` and `parseCostModelAsMap`
715
* Export `credToDRep` and `dRepToCred`

0 commit comments

Comments
 (0)