From 70864171920a36c9a081c9dccca207491f4d59de Mon Sep 17 00:00:00 2001 From: Kostas Dermentzis Date: Thu, 21 Nov 2024 17:43:18 +0200 Subject: [PATCH] Prepare 13.6.0.2 --- CHANGELOG.md | 3 +++ cardano-chain-gen/cardano-chain-gen.cabal | 2 +- cardano-db-sync/cardano-db-sync.cabal | 2 +- cardano-db-tool/cardano-db-tool.cabal | 2 +- cardano-db/test/cardano-db-test.cabal | 2 +- cardano-smash-server/cardano-smash-server.cabal | 2 +- docker-compose.yml | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47e1fe65..e4a0eecac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for cardano-db-sync +## 13.6.0.2 +- Fix rollbacks speed + ## 13.6.0.1 - A new config `use_address_table` addition makes it possible to use a separate table for addresses [#1697] - Support application/ld+json http mime type for vote metadata [#1842] diff --git a/cardano-chain-gen/cardano-chain-gen.cabal b/cardano-chain-gen/cardano-chain-gen.cabal index 848e34403..aadee81c1 100644 --- a/cardano-chain-gen/cardano-chain-gen.cabal +++ b/cardano-chain-gen/cardano-chain-gen.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: cardano-chain-gen -version: 13.6.0.1 +version: 13.6.0.2 synopsis: A fake chain generator for testing cardano DB sync. description: A fake chain generator for testing cardano DB sync. homepage: https://github.com/IntersectMBO/cardano-db-sync diff --git a/cardano-db-sync/cardano-db-sync.cabal b/cardano-db-sync/cardano-db-sync.cabal index 03f3b5e6f..6bd0516d0 100644 --- a/cardano-db-sync/cardano-db-sync.cabal +++ b/cardano-db-sync/cardano-db-sync.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: cardano-db-sync -version: 13.6.0.1 +version: 13.6.0.2 synopsis: The Cardano DB Sync node description: A Cardano node that follows the Cardano chain and inserts data from the chain into a PostgresQL database. diff --git a/cardano-db-tool/cardano-db-tool.cabal b/cardano-db-tool/cardano-db-tool.cabal index f6693ac10..d7339f0a3 100644 --- a/cardano-db-tool/cardano-db-tool.cabal +++ b/cardano-db-tool/cardano-db-tool.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: cardano-db-tool -version: 13.6.0.1 +version: 13.6.0.2 synopsis: Utilities to manage the cardano-db-sync databases. description: Utilities and executable, used to manage and validate the PostgreSQL db and the ledger database of the cardano-db-sync node diff --git a/cardano-db/test/cardano-db-test.cabal b/cardano-db/test/cardano-db-test.cabal index b10554945..6387ebfb4 100644 --- a/cardano-db/test/cardano-db-test.cabal +++ b/cardano-db/test/cardano-db-test.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: cardano-db-test -version: 13.6.0.1 +version: 13.6.0.2 synopsis: Tests for the base functionality of the cardano-db library description: Code for the Cardano DB Sync node that is shared between the cardano-db-node and other components. diff --git a/cardano-smash-server/cardano-smash-server.cabal b/cardano-smash-server/cardano-smash-server.cabal index f737aed40..8c59ba85b 100644 --- a/cardano-smash-server/cardano-smash-server.cabal +++ b/cardano-smash-server/cardano-smash-server.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: cardano-smash-server -version: 13.6.0.1 +version: 13.6.0.2 synopsis: The Cardano smash server description: Please see the README on GitHub at diff --git a/docker-compose.yml b/docker-compose.yml index ad85a6d41..4fd5ddb3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,7 +54,7 @@ services: max-file: "10" cardano-db-sync: - image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.1 + image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.2 environment: - DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-} - DISABLE_LEDGER=${DISABLE_LEDGER}