-
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 the Consensus team update for 2024-09-04
- Loading branch information
Showing
1 changed file
with
17 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,17 @@ | ||
--- | ||
title: Consensus Team Update | ||
slug: 2024-09-04-consensus | ||
authors: dnadales | ||
tags: [consensus] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level summary | ||
|
||
- Added a [snapshot-converter tool](https://github.com/IntersectMBO/ouroboros-consensus/pull/1222), which will be merged soon. | ||
This tool converts non-UTXO-HD ledger snapshots, into UTXO-HD ones, so that the user does not have to replay from Genesis when using an UTXO-HD capable node. | ||
This patch also solves an issue with deserialization of `TxOuts` in `Conway` in the UTxO-HD implementation. | ||
- [Solved](https://github.com/IntersectMBO/ouroboros-consensus/pull/1232) a memory leak in the UTxO-HD implementation. This patch will be benchmarked this week. | ||
- Wrote a [test](https://github.com/IntersectMBO/ouroboros-consensus/pull/1230) for adding large txs to the mempool. | ||
- [Expanded](https://github.com/IntersectMBO/ouroboros-consensus/pull/1175) the Mempool capacity beyond just byte size. | ||
- @amesgen discovered and advised on a Conway ledger snapshot deserialization bug. |