Skip to content

Commit e2e2b48

Browse files
committed
Bump to version 3.1.0 and update changelogs
1 parent 9d696ee commit e2e2b48

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

cardano-db-sync-extended/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for cardano-db-sync-extended
22

3+
## 3.1.0 -- July 2020
4+
5+
* Schema additions in the base db-sync, see cardano-db 2.0.0 CHANGELOG.md
6+
37
## 3.0.0 -- July 2020
48

59
* Note that this release requires the database to be dropped and recreated.

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

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

55
name: cardano-db-sync-extended
6-
version: 3.0.0
6+
version: 3.1.0
77
synopsis: The Extended 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. It is "extended" because it maintains an

cardano-db-sync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for cardano-db-sync node
22

3+
## 3.1.0 -- July 2020
4+
5+
* * Updates to support the schema additions, see cardano-db 2.0.0 CHANGELOG.md
6+
37
## 3.0.0 -- July 2020
48

59
* Note that this release requires the database to be dropped and recreated.

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: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 3.0.0
6+
version: 3.1.0
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/CHANGELOG.md

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

3+
## 3.1.0 -- July 2020
4+
5+
* Add a `payment_cred` column to the tx_out table for the benefit of wallet
6+
implementations (#208)
7+
* Add a `slot_in_epoch` column to the block table. Slot numbers become more
8+
complicated to calculate once there are multiple eras with different slot
9+
lengths, so we now store it instead. (#214)
10+
* Support for storing the on-chain parameter update proposals (#217)
11+
* MIR certs now go into their own table(s) rather than the reward table (#218)
12+
313
## 3.0.0 -- July 2020
414

515
* Note that this release requires the database to be dropped and recreated

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: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 3.0.0
6+
version: 3.1.0
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.

0 commit comments

Comments
 (0)