-
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
27 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,27 @@ | ||
--- | ||
title: DB-sync Team Update | ||
slug: 2023-08-17-db-sync | ||
authors: kderme | ||
tags: [db-sync] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level summary | ||
We have integrated many new Conway feutures and allow db-sync to sync sanchonet. | ||
We also continued testing and improving the new db-sync options. | ||
|
||
## Lower level summary | ||
- Conway integration | ||
[#1484](https://github.com/input-output-hk/cardano-db-sync/pull/1484) | ||
- Support for Sanchonet | ||
[#1476](https://github.com/input-output-hk/cardano-db-sync/pull/1476) | ||
- Stake distribution is computed earlier | ||
[#1484](https://github.com/input-output-hk/cardano-db-sync/pull/1484) | ||
- Deposit ledger events are now used. This reduces the db queries and makes syncing faster | ||
[#1484](https://github.com/input-output-hk/cardano-db-sync/pull/1484) | ||
- Testing new db-sync options | ||
[#1466](https://github.com/input-output-hk/cardano-db-sync/pull/1466) | ||
- Added support for ghc-9.6 | ||
[#1479](https://github.com/input-output-hk/cardano-db-sync/pull/1479) | ||
- Tech debt: improve exceptions | ||
[#1471](https://github.com/input-output-hk/cardano-db-sync/pull/1471) |