Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 3, 2020
1 parent 00b72af commit a2fd2b2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
7 changes: 7 additions & 0 deletions cardano-db-sync-extended/CHANGELOG.md
@@ -1,5 +1,12 @@
# Revision history for cardano-db-sync-extended

## 2.1.0 -- July 2020

* Note that this release requires the database to be dropped and recreated
* Schema changes, see cardano-db 2.1.0 CHANGELOG.md
* Shelley is still not fully supported
* Fix updating of Epoch table

## 2.0.0 -- May 2020

* Note that this release requires the database to be dropped and recreated
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync-extended/cardano-db-sync-extended.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync-extended
version: 2.0.0
version: 2.1.0
synopsis: The Extended Cardano DB Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database. It is "extended" because it maintains an
Expand Down
8 changes: 8 additions & 0 deletions cardano-db-sync/CHANGELOG.md
@@ -1,5 +1,13 @@
# Revision history for cardano-db-sync node

## 2.1.0 -- July 2020

* Note that this release requires the database to be dropped and recreated
* Schema changes, see cardano-db 2.1.0 CHANGELOG.md
* Add handling of Shelley era blocks to the existing handling of Byron era blocks
* Shelley is still not fully supported
* Fix/improve the rollback handling logic

## 2.0.0 -- May 2020

* Note that this release requires the database to be dropped and recreated
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db-sync
version: 2.0.0
version: 2.1.0
synopsis: The Cardano DB Sync node
description: A Cardano node that follows the Cardano chain and inserts data from the
chain into a PostgresQL database.
Expand Down
8 changes: 8 additions & 0 deletions cardano-db/CHANGELOG.md
@@ -1,5 +1,13 @@
# Revision history for cardano-db

## 2.1.0 -- July 2020

* Note that this release requires the database to be dropped and recreated
* The database schema has been accepted to accept the superset of Byron and Shelley
era information
* Shelley is still not fully supported
* Remove last hard coded values for slots per epoch

## 2.0.0 -- May 2020

* Note that this release requires the database to be dropped and recreated
Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
Expand Up @@ -3,7 +3,7 @@ cabal-version: >= 1.10
-- http://haskell.org/cabal/users-guide/

name: cardano-db
version: 2.0.0
version: 2.1.0
synopsis: A base PostgreSQL component for the cardano-db-sync node.
description: Code for the Cardano DB Sync node that is shared between the
cardano-db-node and other components.
Expand Down

0 comments on commit a2fd2b2

Please sign in to comment.