Skip to content

Commit

Permalink
format / changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drsk committed Jan 8, 2025
1 parent 91306a4 commit e3c9a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
rounds in the previous payday.
- Add support for suspend/resume to validator configuration updates.
- Validators that are suspended are paused from participating in the consensus algorithm.
- Add suspension info to `BakerPoolStatus` / `CurrentPaydayBakerPoolStatus` query results.
- Add `GetConsensusDetailedStatus` gRPC endpoint for getting detailed information on the status
of the consensus, at consensus version 1.
- Update Rust version to 1.82.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3362,9 +3362,9 @@ doGetPoolStatus pbs psBakerId@(BakerId aid) = case delegationChainParameters @pv
currentEpochBaker
^. BaseAccounts.bieBakerPoolInfo
. BaseAccounts.poolCommissionRates,
bpsIsPrimedForSuspension =
bpsIsPrimedForSuspension =
fromCondDef (fmap (Just . primedForSuspension) suspensionInfo) Nothing,
bpsMissedRounds =
bpsMissedRounds =
fromCondDef (fmap (Just . missedRounds) suspensionInfo) Nothing
},
isSuspended
Expand Down

0 comments on commit e3c9a96

Please sign in to comment.