-
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
32 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,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. |