-
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.
- Loading branch information
Showing
1 changed file
with
15 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,15 @@ | ||
--- | ||
title: Consensus Team Update | ||
slug: 2024-10-30-consensus | ||
authors: dnadales | ||
tags: [consensus] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level summary | ||
|
||
- Investigated performance improvements in mempool snapshotting in recent node benchmarks and [discussed potential further improvements](https://github.com/IntersectMBO/ouroboros-consensus/issues/568#issuecomment-2432329822). | ||
- Started the review of the UTXO-HD [feature branch](https://github.com/IntersectMBO/ouroboros-consensus/pull/1267) after all the issues have been resolved. | ||
- Published [`io-classes-extra`](https://github.com/IntersectMBO/io-classes-extra), which hosts concurrency utilities that were extracted from the consensus repository. | ||
- Elaborated the [plan](https://github.com/IntersectMBO/ouroboros-consensus/milestone/5) for the last quarter of 2024. You can reach out to our [Discord channel](https://discord.com/channels/1136727663583698984/1239889178938966016) for any comments or suggestions. | ||
- In the context of UTXO-HD, Well-typed presented another LSM-tree milestone. The implementation includes incremental merges, which prevents substantial spikes in resource usage (CPU, disk, memory), and duplicating table handles, which is crucial for efficiently representing sequences of ledger states. The test coverage of the LSM-tree library was improved as well. |