Skip to content

Commit

Permalink
DBSync update 2023-08-17
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Aug 17, 2023
1 parent a9e995d commit c01ad8d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions blog/2023-08-17-db-sync.md
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)

0 comments on commit c01ad8d

Please sign in to comment.