Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBSync update 2023-08-17 #220

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading