Skip to content

Commit 16e2ba7

Browse files
Merge #167
167: Version 2.1.0 r=disassembler a=erikd Co-authored-by: Erik de Castro Lopo <[email protected]>
2 parents 00b72af + a2fd2b2 commit 16e2ba7

File tree

6 files changed

+26
-3
lines changed

6 files changed

+26
-3
lines changed

cardano-db-sync-extended/CHANGELOG.md

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

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+
310
## 2.0.0 -- May 2020
411

512
* 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: 2.0.0
6+
version: 2.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Revision history for cardano-db-sync node
22

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+
311
## 2.0.0 -- May 2020
412

513
* 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: 2.0.0
6+
version: 2.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Revision history for cardano-db
22

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+
311
## 2.0.0 -- May 2020
412

513
* 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: 2.0.0
6+
version: 2.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)