From 8d265d553576b3209cd6a1f57abe7cabbfb212f2 Mon Sep 17 00:00:00 2001 From: kderme Date: Wed, 17 Apr 2024 22:04:41 +0300 Subject: [PATCH] DBSync update 2024-04-17 --- blog/2024-04-17-db-sync.md | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 blog/2024-04-17-db-sync.md diff --git a/blog/2024-04-17-db-sync.md b/blog/2024-04-17-db-sync.md new file mode 100644 index 0000000000..5501fe0676 --- /dev/null +++ b/blog/2024-04-17-db-sync.md @@ -0,0 +1,40 @@ +--- +title: DB Sync Team Update +slug: 2024-04-17-db-sync +authors: kderme +tags: [db-sync] +hide_table_of_contents: false +--- + +## High level summary +The DBSync team has released 1 version for mainnet `13.2.0.1` and 3 pre-releases for sanchonet +`4.0.0`, `4.1.0`, `4.2.0`. We have continued the integration of Conway (CIP-1694) and the support +of off-chain data (CIP-100) + +## Lower level summary +- CI build and docker fixes +[#1670](https://github.com/IntersectMBO/cardano-db-sync/pull/1670) +[#1668](https://github.com/IntersectMBO/cardano-db-sync/pull/1668) +[#1667](https://github.com/IntersectMBO/cardano-db-sync/pull/1667) +[#1662](https://github.com/IntersectMBO/cardano-db-sync/pull/1662) + +- Improved committee representation +[#1662](https://github.com/IntersectMBO/cardano-db-sync/pull/1655) +[#1571](https://github.com/IntersectMBO/cardano-db-sync/issues/1571) +[#1633](https://github.com/IntersectMBO/cardano-db-sync/issues/1633) + +- Offchain metadata partial support +[#1654](https://github.com/IntersectMBO/cardano-db-sync/pull/1654) + +- Refactoring and tech-debt +[#1635](https://github.com/IntersectMBO/cardano-db-sync/pull/1635) + +- Fixing epoch_stake_progress +[#1620](https://github.com/IntersectMBO/cardano-db-sync/issues/1620) + +- Config and modulatirty improvements +[#1653](https://github.com/IntersectMBO/cardano-db-sync/pull/1653) +[#1652](https://github.com/IntersectMBO/cardano-db-sync/pull/1652) + +- Updating to node-8.10-pre. Better support for deposits, refunds and proposal state +[#1673](https://github.com/IntersectMBO/cardano-db-sync/pull/1673)