-
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 Consensus update for 2024-11-13 (#504)
- 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-11-13-consensus | ||
authors: dnadales | ||
tags: [consensus] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level summary | ||
|
||
- Reviewed the [UTxO HD PR](https://github.com/IntersectMBO/ouroboros-consensus/pull/1267), and started addressing Review comments. | ||
- Engaged with Researchers about to discuss the HFC simplification proposal. | ||
- Reverted the `Babbage->Conway` era transition workaround, clarifying the semantics around stake from pointer addresses (see [#1297](https://github.com/IntersectMBO/ouroboros-consensus/pull/1297)). | ||
- Well-Typed worked on two features for lsm-tree: | ||
- snapshots (for persisting ledger snapshots) | ||
- table union (for storing more parts of the ledger state on disk) | ||
- Addressed minor tech debt issues ([#1269](https://github.com/IntersectMBO/ouroboros-consensus/pull/1269)). |