-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ledger team update for 2024-12-04 (#513)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |