From 69ae64aeff66be41bfc1b3f6fad4d5734e52444c Mon Sep 17 00:00:00 2001 From: Damian Nadales Date: Wed, 13 Nov 2024 18:22:10 +0100 Subject: [PATCH] Add Consensus update for 2024-11-13 (#504) --- blog/2024-11-13-consensus.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 blog/2024-11-13-consensus.md diff --git a/blog/2024-11-13-consensus.md b/blog/2024-11-13-consensus.md new file mode 100644 index 0000000000..7381c99cee --- /dev/null +++ b/blog/2024-11-13-consensus.md @@ -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)).