File tree Expand file tree Collapse file tree 6 files changed +21
-3
lines changed Expand file tree Collapse file tree 6 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db-sync-extended
2
2
3
+ ## 3.1.0 -- July 2020
4
+
5
+ * Schema additions in the base db-sync, see cardano-db 2.0.0 CHANGELOG.md
6
+
3
7
## 3.0.0 -- July 2020
4
8
5
9
* Note that this release requires the database to be dropped and recreated.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db-sync-extended
6
- version : 3.0 .0
6
+ version : 3.1 .0
7
7
synopsis : The Extended Cardano DB Sync node
8
8
description : A Cardano node that follows the Cardano chain and inserts data from the
9
9
chain into a PostgresQL database. It is "extended" because it maintains an
Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db-sync node
2
2
3
+ ## 3.1.0 -- July 2020
4
+
5
+ * * Updates to support the schema additions, see cardano-db 2.0.0 CHANGELOG.md
6
+
3
7
## 3.0.0 -- July 2020
4
8
5
9
* Note that this release requires the database to be dropped and recreated.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db-sync
6
- version : 3.0 .0
6
+ version : 3.1 .0
7
7
synopsis : The Cardano DB Sync node
8
8
description : A Cardano node that follows the Cardano chain and inserts data from the
9
9
chain into a PostgresQL database.
Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db
2
2
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
+
3
13
## 3.0.0 -- July 2020
4
14
5
15
* Note that this release requires the database to be dropped and recreated
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db
6
- version : 3.0 .0
6
+ version : 3.1 .0
7
7
synopsis : A base PostgreSQL component for the cardano-db-sync node.
8
8
description : Code for the Cardano DB Sync node that is shared between the
9
9
cardano-db-node and other components.
You can’t perform that action at this time.
0 commit comments