Skip to content

Commit 4e3c3f7

Browse files
committed
Update CHaP ands prepare 13.5.0.2
1 parent 6aa29a5 commit 4e3c3f7

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for cardano-db-sync
22

3-
## 13.5.0.1
3+
## 13.5.0.2
44
- Fix an issue with restarts
55
- Fix an issue with --disable-cache not working properly [#1838]
66

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22

33
name: cardano-chain-gen
4-
version: 13.5.0.1
4+
version: 13.5.0.2
55
synopsis: A fake chain generator for testing cardano DB sync.
66
description: A fake chain generator for testing cardano DB sync.
77
homepage: https://github.com/IntersectMBO/cardano-db-sync
@@ -72,7 +72,7 @@ library
7272
, cardano-ledger-conway
7373
, cardano-ledger-binary
7474
, cardano-ledger-core
75-
, cardano-ledger-shelley
75+
, cardano-ledger-shelley >= 1.12.3.0
7676
, cardano-ledger-mary
7777
, cardano-prelude
7878
, cardano-slotting
@@ -95,7 +95,7 @@ library
9595
, ouroboros-network-framework
9696
, ouroboros-network-protocols
9797
, plutus-core
98-
, plutus-ledger-api:{plutus-ledger-api-testlib}
98+
, plutus-ledger-api:{plutus-ledger-api-testlib} ==1.30.0.0
9999
, serialise
100100
, strict-sop-core
101101
, strict-stm
@@ -182,7 +182,7 @@ test-suite cardano-chain-gen
182182
, cardano-ledger-conway
183183
, cardano-ledger-core
184184
, cardano-ledger-mary
185-
, cardano-ledger-shelley
185+
, cardano-ledger-shelley >= 1.12.3.0
186186
, cardano-node
187187
, cardano-prelude
188188
, cardano-slotting

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22

33
name: cardano-db-sync
4-
version: 13.5.0.1
4+
version: 13.5.0.2
55
synopsis: The Cardano DB Sync node
66
description: A Cardano node that follows the Cardano chain and inserts data from the
77
chain into a PostgresQL database.
@@ -172,7 +172,7 @@ library
172172
, cardano-ledger-conway
173173
, cardano-ledger-binary
174174
, cardano-ledger-mary
175-
, cardano-ledger-shelley
175+
, cardano-ledger-shelley >= 1.12.3.0
176176
, cardano-node
177177
, cardano-prelude
178178
, cardano-protocol-tpraos
@@ -209,7 +209,7 @@ library
209209
, ouroboros-network-protocols
210210
, persistent
211211
, persistent-postgresql
212-
, plutus-ledger-api
212+
, plutus-ledger-api ==1.30.0.0
213213
, pretty-show
214214
, prometheus
215215
, psqueues
@@ -372,7 +372,7 @@ test-suite test
372372
, cardano-ledger-allegra:{cardano-ledger-allegra,testlib}
373373
, cardano-ledger-alonzo:{testlib}
374374
, cardano-ledger-byron
375-
, cardano-ledger-shelley:{cardano-ledger-shelley,testlib}
375+
, cardano-ledger-shelley:{cardano-ledger-shelley,testlib} >= 1.12.3.0
376376
, cardano-db
377377
, cardano-db-sync
378378
, cardano-ledger-core

cardano-db-tool/cardano-db-tool.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22

33
name: cardano-db-tool
4-
version: 13.5.0.1
4+
version: 13.5.0.2
55
synopsis: Utilities to manage the cardano-db-sync databases.
66
description: Utilities and executable, used to manage and validate the
77
PostgreSQL db and the ledger database of the cardano-db-sync node
@@ -64,7 +64,7 @@ library
6464
, cardano-ledger-alonzo
6565
, cardano-ledger-byron
6666
, cardano-ledger-core
67-
, cardano-ledger-shelley
67+
, cardano-ledger-shelley >= 1.12.3.0
6868
, cardano-prelude
6969
, containers
7070
, contra-tracer

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22

33
name: cardano-db
4-
version: 13.5.0.1
4+
version: 13.5.0.2
55
synopsis: A base PostgreSQL component for the cardano-db-sync node.
66
description: Code for the Cardano DB Sync node that is shared between the
77
cardano-db-node and other components.

cardano-db/test/cardano-db-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22

33
name: cardano-db-test
4-
version: 13.5.0.1
4+
version: 13.5.0.2
55
synopsis: Tests for the base functionality of the cardano-db library
66
description: Code for the Cardano DB Sync node that is shared between the
77
cardano-db-node and other components.

cardano-smash-server/cardano-smash-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.6
22

33
name: cardano-smash-server
4-
version: 13.5.0.1
4+
version: 13.5.0.2
55
synopsis: The Cardano smash server
66
description: Please see the README on GitHub at
77
<https://github.com/IntersectMBO/cardano-db-sync/cardano-smash-server/#readme>

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
max-file: "10"
5555

5656
cardano-db-sync:
57-
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.1
57+
image: ghcr.io/intersectmbo/cardano-db-sync:13.5.0.2
5858
environment:
5959
- DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-}
6060
- DISABLE_LEDGER=${DISABLE_LEDGER}

0 commit comments

Comments
 (0)