Skip to content

Commit

Permalink
Add Ledger team update for 2024-12-04 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins authored Dec 5, 2024
1 parent df21c7f commit 1e077ba
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions blog/2024-12-04-ledger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Ledger Team Update
slug: 2024-12-04-ledger
authors: lehins
tags: [ledger]
hide_table_of_contents: false
---

## 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

[pull-4764]: https://github.com/IntersectMBO/cardano-ledger/pull/4764
[pull-4748]: https://github.com/IntersectMBO/cardano-ledger/pull/4748
[pull-4767]: https://github.com/IntersectMBO/cardano-ledger/pull/4767
[pull-4773]: https://github.com/IntersectMBO/cardano-ledger/pull/4773
[pull-4774]: https://github.com/IntersectMBO/cardano-ledger/pull/4774
[pull-4777]: https://github.com/IntersectMBO/cardano-ledger/pull/4777
[pull-4779]: https://github.com/IntersectMBO/cardano-ledger/pull/4779

0 comments on commit 1e077ba

Please sign in to comment.