Skip to content

Commit

Permalink
Update CHaP ands prepare 13.5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Sep 12, 2024
1 parent 6aa29a5 commit 4e3c3f7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for cardano-db-sync

## 13.5.0.1
## 13.5.0.2
- Fix an issue with restarts
- Fix an issue with --disable-cache not working properly [#1838]

Expand Down
8 changes: 4 additions & 4 deletions cardano-chain-gen/cardano-chain-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-chain-gen
version: 13.5.0.1
version: 13.5.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
Expand Down Expand Up @@ -72,7 +72,7 @@ library
, cardano-ledger-conway
, cardano-ledger-binary
, cardano-ledger-core
, cardano-ledger-shelley
, cardano-ledger-shelley >= 1.12.3.0
, cardano-ledger-mary
, cardano-prelude
, cardano-slotting
Expand All @@ -95,7 +95,7 @@ library
, ouroboros-network-framework
, ouroboros-network-protocols
, plutus-core
, plutus-ledger-api:{plutus-ledger-api-testlib}
, plutus-ledger-api:{plutus-ledger-api-testlib} ==1.30.0.0
, serialise
, strict-sop-core
, strict-stm
Expand Down Expand Up @@ -182,7 +182,7 @@ test-suite cardano-chain-gen
, cardano-ledger-conway
, cardano-ledger-core
, cardano-ledger-mary
, cardano-ledger-shelley
, cardano-ledger-shelley >= 1.12.3.0
, cardano-node
, cardano-prelude
, cardano-slotting
Expand Down
8 changes: 4 additions & 4 deletions cardano-db-sync/cardano-db-sync.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db-sync
version: 13.5.0.1
version: 13.5.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.
Expand Down Expand Up @@ -172,7 +172,7 @@ library
, cardano-ledger-conway
, cardano-ledger-binary
, cardano-ledger-mary
, cardano-ledger-shelley
, cardano-ledger-shelley >= 1.12.3.0
, cardano-node
, cardano-prelude
, cardano-protocol-tpraos
Expand Down Expand Up @@ -209,7 +209,7 @@ library
, ouroboros-network-protocols
, persistent
, persistent-postgresql
, plutus-ledger-api
, plutus-ledger-api ==1.30.0.0
, pretty-show
, prometheus
, psqueues
Expand Down Expand Up @@ -372,7 +372,7 @@ test-suite test
, cardano-ledger-allegra:{cardano-ledger-allegra,testlib}
, cardano-ledger-alonzo:{testlib}
, cardano-ledger-byron
, cardano-ledger-shelley:{cardano-ledger-shelley,testlib}
, cardano-ledger-shelley:{cardano-ledger-shelley,testlib} >= 1.12.3.0
, cardano-db
, cardano-db-sync
, cardano-ledger-core
Expand Down
4 changes: 2 additions & 2 deletions cardano-db-tool/cardano-db-tool.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db-tool
version: 13.5.0.1
version: 13.5.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
Expand Down Expand Up @@ -64,7 +64,7 @@ library
, cardano-ledger-alonzo
, cardano-ledger-byron
, cardano-ledger-core
, cardano-ledger-shelley
, cardano-ledger-shelley >= 1.12.3.0
, cardano-prelude
, containers
, contra-tracer
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db
version: 13.5.0.1
version: 13.5.0.2
synopsis: A base PostgreSQL component for the cardano-db-sync node.
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/test/cardano-db-test.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-db-test
version: 13.5.0.1
version: 13.5.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.
Expand Down
2 changes: 1 addition & 1 deletion cardano-smash-server/cardano-smash-server.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.6

name: cardano-smash-server
version: 13.5.0.1
version: 13.5.0.2
synopsis: The Cardano smash server
description: Please see the README on GitHub at
<https://github.com/IntersectMBO/cardano-db-sync/cardano-smash-server/#readme>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
max-file: "10"

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.1
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2
environment:
- DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-}
- DISABLE_LEDGER=${DISABLE_LEDGER}
Expand Down

0 comments on commit 4e3c3f7

Please sign in to comment.