High level summary
This period we have discovered and fixed a bug in ledger that was also backported in a patch release of cardano-node-10.1.3
. The bug manifests itself in the protocol version 10 and affects DRep delegations. It does not affect mainnet in a meaningful way, because DReps cannot yet vote on any proposal that affects the ledger state or the chain. However, in order to have the correct behavior in the protocol version 10 we do need to use this patched version.
Besides this bugfix we continued working on testing and taking care of some tech dept. We also added a new ledger state query that allows asking the node for current DRep voting stake distribution.
Low level summary
- pull-4764 - Add registered DRep stake distribution query
- pull-4748 - Add Conformance.Imp: imptests with conformance
- pull-4767 - Simplify working with current epoch number
- pull-4773 - DRep undelegation fix
- pull-4774 - Backport release:
cardano-ledger-conway-1.17.3.0
- pull-4777 - Upgrade to plutus-ledger-api 1.37.0.0
- pull-4779 - Change type of
nOpt
pparam to Word16