Skip to content

Commit

Permalink
Merge pull request #1099 from Concordium/fix-1098
Browse files Browse the repository at this point in the history
Report pending finalization committee parameter updates
  • Loading branch information
td202 authored Nov 29, 2023
2 parents 4052ba5 + 7fc4e0c commit 0e1b4c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased changes

- Fix a bug where `GetBlockPendingUpdates` fails to report pending updates to the finalization
committee parameters.

## 6.2.3

- Fix an bug that caused the node to crash on Windows when processing a protocol update.
- Fix a bug that caused the node to crash on Windows when processing a protocol update.

## 6.2.2

Expand Down
1 change: 1 addition & 0 deletions concordium-consensus/src/Concordium/Queries.hs
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ getBlockPendingUpdates = liftSkovQueryStateBHI query
`merge` queueMapperOptional PUETimeoutParameters _pTimeoutParametersQueue
`merge` queueMapperOptional PUEMinBlockTime _pMinBlockTimeQueue
`merge` queueMapperOptional PUEBlockEnergyLimit _pBlockEnergyLimitQueue
`merge` queueMapperOptional PUEFinalizationCommitteeParameters _pFinalizationCommitteeParametersQueue
where
cpv :: SChainParametersVersion cpv
cpv = chainParametersVersion
Expand Down

0 comments on commit 0e1b4c7

Please sign in to comment.