Skip to content

Commit 72da4e5

Browse files
committed
Update dependencies and prepare 13.3
1 parent 089a728 commit 72da4e5

File tree

8 files changed

+40
-22
lines changed

8 files changed

+40
-22
lines changed

cabal.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository cardano-haskell-packages
1010
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
1111

1212
index-state:
13-
, hackage.haskell.org 2024-06-13T08:49:27Z
14-
, cardano-haskell-packages 2024-06-28T18:16:58Z
13+
, hackage.haskell.org 2024-06-23T23:01:13Z
14+
, cardano-haskell-packages 2024-07-03T01:26:49Z
1515

1616
packages:
1717
cardano-db
@@ -84,8 +84,8 @@ allow-newer:
8484
source-repository-package
8585
type: git
8686
location: https://github.com/IntersectMBO/cardano-node
87-
tag: 71f8c71fada068097dc4e62e2f94756576df8135
88-
--sha256: sha256-jwDUgaysZXf2kSf3muAHyAnyTzSa8uwhMhrOYe1ti70=
87+
tag: 2820a63dc934c6d5b5f450b6c2543b81c6476696
88+
--sha256: sha256-ESE5/7XzXeIZldkYPbMd8CoMKQo9ghY1vOkhHpOj0K4=
8989
subdir:
9090
cardano-node
9191
cardano-submit-api

cardano-chain-gen/cardano-chain-gen.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-chain-gen
4-
version: 13.2.0.2
4+
version: 13.3.0.0
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

cardano-db-sync/cardano-db-sync.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-sync
4-
version: 13.2.0.2
4+
version: 13.3.0.0
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.

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.2.0.2
4+
version: 13.3.0.0
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.2.0.2
4+
version: 13.3.0.0
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.2.0.2
4+
version: 13.3.0.0
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
@@ -32,7 +32,7 @@ services:
3232
max-file: "10"
3333

3434
cardano-node:
35-
image: ghcr.io/intersectmbo/cardano-node:8.12.2
35+
image: ghcr.io/intersectmbo/cardano-node:9.0.0
3636
environment:
3737
- NETWORK=${NETWORK:-mainnet}
3838
volumes:

flake.lock

Lines changed: 30 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)