File tree Expand file tree Collapse file tree 10 files changed +18
-6
lines changed Expand file tree Collapse file tree 10 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11# Revision history for cardano-db-sync-extended
22
3+ ## 10.0.1
4+ * Fix docker issue (#686 ).
5+
36## 10.0.0
47* Note that this release requires the database to be dropped and recreated. Restoring the ` db-sync `
58 state can take a long time so it is possible to restore it from a snapsot file.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.2
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db-sync-extended
6- version : 10.0.0
6+ version : 10.0.1
77synopsis : The Extended Cardano DB Sync node
88description : 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
Original file line number Diff line number Diff line change 11# Revision history for cardano-db-sync
22
3+ ## 10.0.1
4+ * Fix docker issue (#686 ).
5+
36## 10.0.0
47* Note that this release requires the database to be dropped and recreated. Restoring the ` db-sync `
58 state can take a long time so it is possible to restore it from a snapsot file.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.2
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db-sync
6- version : 10.0.0
6+ version : 10.0.1
77synopsis : The Cardano DB Sync node
88description : A Cardano node that follows the Cardano chain and inserts data from the
99 chain into a PostgresQL database.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.2
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db-tool
6- version : 10.0.0
6+ version : 10.0.1
77synopsis : Utilities to manage the cardano-db-sync databases.
88description : Utilities and executable, used to manage and validate the
99 PostgreSQL db and the ledger database of the cardano-db-sync node
Original file line number Diff line number Diff line change 11# Revision history for cardano-db
22
3+ ## 10.0.1
4+ * Fix docker issue (#686 ).
5+
36## 10.0.0
47* Note that this release requires the database to be dropped and recreated. Restoring the ` db-sync `
58 state can take a long time so it is possible to restore it from a snapsot file.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.2
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db
6- version : 10.0.0
6+ version : 10.0.1
77synopsis : A base PostgreSQL component for the cardano-db-sync node.
88description : Code for the Cardano DB Sync node that is shared between the
99 cardano-db-node and other components.
Original file line number Diff line number Diff line change 11# Revision history for cardano-sync
22
3+ ## 10.0.1
4+ * Fix docker issue (#686 ).
5+
36## 10.0.0
47* Changes required for other changes.
58
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.2
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-sync
6- version : 10.0.0
6+ version : 10.0.1
77synopsis : The Cardano Sync node
88description : A Cardano node that follows the Cardano chain and inserts data from the
99 chain into a PostgresQL database.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 max-file : " 10"
3939
4040 cardano-db-sync :
41- image : inputoutput/cardano-db-sync:10.0.0
41+ image : inputoutput/cardano-db-sync:10.0.1
4242 environment :
4343 - NETWORK=${NETWORK:-mainnet}
4444 - POSTGRES_HOST=postgres
You can’t perform that action at this time.
0 commit comments