File tree Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Expand file tree Collapse file tree 6 files changed +26
-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
+ ## 2.1.0 -- July 2020
4
+
5
+ * Note that this release requires the database to be dropped and recreated
6
+ * Schema changes, see cardano-db 2.1.0 CHANGELOG.md
7
+ * Shelley is still not fully supported
8
+ * Fix updating of Epoch table
9
+
3
10
## 2.0.0 -- May 2020
4
11
5
12
* 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 : 2.0 .0
6
+ version : 2.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
+ ## 2.1.0 -- July 2020
4
+
5
+ * Note that this release requires the database to be dropped and recreated
6
+ * Schema changes, see cardano-db 2.1.0 CHANGELOG.md
7
+ * Add handling of Shelley era blocks to the existing handling of Byron era blocks
8
+ * Shelley is still not fully supported
9
+ * Fix/improve the rollback handling logic
10
+
3
11
## 2.0.0 -- May 2020
4
12
5
13
* 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 : 2.0 .0
6
+ version : 2.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
+ ## 2.1.0 -- July 2020
4
+
5
+ * Note that this release requires the database to be dropped and recreated
6
+ * The database schema has been accepted to accept the superset of Byron and Shelley
7
+ era information
8
+ * Shelley is still not fully supported
9
+ * Remove last hard coded values for slots per epoch
10
+
3
11
## 2.0.0 -- May 2020
4
12
5
13
* 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 : 2.0 .0
6
+ version : 2.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