Skip to content

Commit

Permalink
Prepare release 13.6.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Kostas Dermentzis <[email protected]>
  • Loading branch information
kderme committed Nov 28, 2024
1 parent a34f4d4 commit ef2db6a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.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
Expand Down
4 changes: 2 additions & 2 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.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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.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
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.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.
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.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.
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.6.0.2
version: 13.6.0.4
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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef2db6a

Please sign in to comment.