Skip to content

Commit

Permalink
Add bi-weekly update for Consensus (2023-11-29) (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales authored Nov 29, 2023
1 parent 27b4587 commit c332624
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions blog/2023-11-29-consensus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Consensus Team Update
slug: 2023-11-29-consensus
authors: dnadales
tags: [consensus]
hide_table_of_contents: false
---

## High level summary

The Consensus team implemented and tested a [patch](https://github.com/input-output-hk/ouroboros-consensus/pull/525) that does not propagate future headers.
It is under review, and we expect it can be released in the next Cardano node version.
On the UTxO-HD front, we [finished](https://github.com/input-output-hk/ouroboros-consensus/issues/510) prototyping the `LedgerDB` and `BackingStore` redesign, which is required for the LSM-tree integration and might help us implement a more resource efficient in-memory backend.
With this prototype finished we can start integrating the rest of the code.
We [investigated](https://github.com/input-output-hk/ouroboros-consensus/pull/513) the unexpected performance degradation observed when acquiring the block context.
We also [released Cardano node 8.7.0](https://github.com/input-output-hk/cardano-node/releases/tag/8.7.0-pre) and [moved](https://github.com/input-output-hk/cardano-ledger/pull/3893) `tree-diff` outside `cardano-ledger` libraries.

0 comments on commit c332624

Please sign in to comment.