diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a0eecac..8ccd021fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for cardano-db-sync +## 13.6.0.4 +- Fixes an issue from ledger where DRep delegations could be removed under some conditions +- Fix an issue with migration from 13.5.x when consumed_tx_out config is enabled + ## 13.6.0.2 - Fix rollbacks speed diff --git a/cabal.project b/cabal.project index 13f4d0b2b..e897f7a98 100644 --- a/cabal.project +++ b/cabal.project @@ -11,7 +11,7 @@ repository cardano-haskell-packages index-state: , hackage.haskell.org 2024-10-10T00:52:24Z - , cardano-haskell-packages 2024-10-30T10:23:17Z + , cardano-haskell-packages 2024-11-26T16:00:26Z packages: cardano-db @@ -90,8 +90,8 @@ constraints: source-repository-package type: git location: https://github.com/IntersectMBO/cardano-node - tag: cdb45dd5aa9b4cf43ef6a6c8ecd5b6afbef953e4 - --sha256: sha256-YFq/0HGlWqzij+9hOoXNhDHFH+5ltpMph8mmI4O8qeE= + tag: 36871ba0cd3e86a5dbcfd6878cdb7168bb4e56a1 + --sha256: sha256-v0q8qHdI6LKc8mP43QZt3UGdTNDQXE0aF6QapvZsTvU= subdir: cardano-node cardano-submit-api diff --git a/cardano-chain-gen/cardano-chain-gen.cabal b/cardano-chain-gen/cardano-chain-gen.cabal index aadee81c1..d23a3fe34 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.2 +version: 13.6.0.4 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 6bd0516d0..f0394f472 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.2 +version: 13.6.0.4 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. @@ -169,7 +169,7 @@ library , cardano-ledger-binary , cardano-ledger-byron , cardano-ledger-core - , cardano-ledger-conway ^>= 1.17.1 + , cardano-ledger-conway ^>= 1.17.3 , cardano-ledger-binary , cardano-ledger-mary , cardano-ledger-shelley >= 1.12.3.0 diff --git a/cardano-db-tool/cardano-db-tool.cabal b/cardano-db-tool/cardano-db-tool.cabal index d7339f0a3..a375bdd06 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.2 +version: 13.6.0.4 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/cardano-db.cabal b/cardano-db/cardano-db.cabal index 69c90fdc5..d2288a07b 100644 --- a/cardano-db/cardano-db.cabal +++ b/cardano-db/cardano-db.cabal @@ -1,7 +1,7 @@ cabal-version: 3.6 name: cardano-db -version: 13.6.0.2 +version: 13.6.0.4 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. diff --git a/cardano-db/test/cardano-db-test.cabal b/cardano-db/test/cardano-db-test.cabal index 6387ebfb4..3599da58c 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.2 +version: 13.6.0.4 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 8c59ba85b..7e7fe19b9 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.2 +version: 13.6.0.4 synopsis: The Cardano smash server description: Please see the README on GitHub at diff --git a/docker-compose.yml b/docker-compose.yml index 4fd5ddb3e..503b56cd1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: max-file: "10" cardano-node: - image: ghcr.io/intersectmbo/cardano-node:10.1.2 + image: ghcr.io/intersectmbo/cardano-node:10.1.3 environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -54,7 +54,7 @@ services: max-file: "10" cardano-db-sync: - image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.2 + image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.4 environment: - DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-} - DISABLE_LEDGER=${DISABLE_LEDGER} diff --git a/flake.lock b/flake.lock index c927db706..ae97eba42 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1730824761, - "narHash": "sha256-Kv99PeYWdqmj5OStnp6kE6fjHbx6irTYyEPoFuukfHU=", + "lastModified": 1732742574, + "narHash": "sha256-XUhDWQeChjNPcYluz8sCbs5vW+3jEYysxEhpKdFXbt0=", "owner": "IntersectMBO", "repo": "cardano-haskell-packages", - "rev": "d3d36220528058f9a24cff43fc723e60f6a786ad", + "rev": "375a4694472aa362b7abba0e8b7f3de787e90c91", "type": "github" }, "original": {