Skip to content

Commit 2a40303

Browse files
committed
Version 12.0.2
Cherry pick from release branch
1 parent 92555e3 commit 2a40303

File tree

9 files changed

+17
-6
lines changed

9 files changed

+17
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-chain-gen
6-
version: 12.0.1
6+
version: 12.0.2
77
synopsis: A fake chain generator for testing cardano DB sync.
88
description: A fake chain generator for testing cardano DB sync.
99
homepage: https://github.com/input-output-hk/cardano-db-sync

cardano-db-sync/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Next
44
* Store `requiredSigners` (transaction extra key witnesses).
55

6+
## 12.0.2
7+
* Fix PoolOfflineFetchError URL entry (#697).
8+
69
## 12.0.1
710
* No changes.
811

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 12.0.1
6+
version: 12.0.2
77
synopsis: The Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database.

cardano-db-tool/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for cardano-db-tool
22

3+
## 12.0.2
4+
* No changes.
5+
36
## 12.0.1
47
* No changes.
58

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-tool
6-
version: 12.0.1
6+
version: 12.0.2
77
synopsis: Utilities to manage the cardano-db-sync databases.
88
description: Utilities and executable, used to manage and validate the
99
PostgreSQL db and the ledger database of the cardano-db-sync node

cardano-db/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Next
44
* Add `extra_key_witness` table for storing `requiredSigners` (transaction extra key witnesses).
55

6+
## 12.0.2
7+
* Fix PoolOfflineFetchError URL entry (#697).
8+
69
## 12.0.1
710
* No changes.
811

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 12.0.1
6+
version: 12.0.2
77
synopsis: A base PostgreSQL component for the cardano-db-sync node.
88
description: Code for the Cardano DB Sync node that is shared between the
99
cardano-db-node and other components.

cardano-smash-server/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Revision history for cardano-smash-server
22

3+
## 12.0.2
4+
* Fix PoolOfflineFetchError URL entry (#697).
5+
36
## 12.0.1
47
* Fix metadata hash in served JSON.
58

6-
79
## 12.0.0
810
* Port standalone smash to db-sync.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-smash-server
6-
version: 12.0.1
6+
version: 12.0.2
77
synopsis: The Cardano smash server
88
description: Please see the README on GitHub at
99
<https://github.com/input-output-hk/cardano-db-sync/cardano-smash-server/#readme>

0 commit comments

Comments
 (0)