Skip to content

Commit

Permalink
DBSync update 2024-10-08
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Oct 8, 2024
1 parent 56f50f0 commit 6e1cb89
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions blog/2024-10-08-db-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: DB Sync Team Update
slug: 2024-10-08-db-sync
authors: kderme
tags: [db-sync]
hide_table_of_contents: false
---

## High level summary
The DBSync team has fixed issues of the latest release, related to offchain data, wrong `pool_stat`
fields, invalidated votes. We also added a requested feauture, which optionally adds a new `address`
table, separating the address from the `tx_out` table. Finally we worked with the ledger team for
memory improvements and introducing ledger events for DBSync.


## Lower level summary
- Fix pool stats
https://github.com/IntersectMBO/cardano-db-sync/pull/1874
- Add ledger event or invalid votes
https://github.com/IntersectMBO/cardano-ledger/pull/4661
- Memory improvements
https://github.com/IntersectMBO/cardano-ledger/pull/4632,
https://github.com/IntersectMBO/cardano-db-sync/pull/1864
- Fix vote offchain metadata issues
https://github.com/IntersectMBO/cardano-db-sync/pull/1860
- New separate address table feauture
https://github.com/IntersectMBO/cardano-db-sync/pull/1820,
https://github.com/IntersectMBO/cardano-db-sync/pull/1872


## Older missing summary
Previously, the DBSync team prepared release 13.5.0.2 which passes the HF and brings all new governance functionality.

0 comments on commit 6e1cb89

Please sign in to comment.