File tree Expand file tree Collapse file tree 6 files changed +23
-6
lines changed Expand file tree Collapse file tree 6 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 11# Revision history for cardano-db-sync-extended
22
3- ## ? -- ? 2020
3+ ## 1.4.0 -- March 2020
44
5- * First release of the cardano-db-sync-extended
5+ * New component to support SQL DB backend for cardano-graphql
6+ * Based on cardano-db-sync plugin mechanism
7+ * Extra "epoch" DB table with incrementally maintained view
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db-sync-extended
6- version : 1.0 .0
6+ version : 1.4 .0
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 node
22
3- ## 1.? -- ? 2020
3+ ## 1.4 -- March 2020
44
5+ * Renamed from cardano-explorer-node to cardano-db-sync.
6+ * Source repository renamed to cardano-db-sync.
57* Improve chain sync behavior when database chain is ahead of node.
8+ * New plugin system to allow application-specific variations (e.g. caching)
9+ * Improve exception handling and reporting.
10+ * Improved documentation.
11+ * Update dependencies to latest versions.
12+ * Use threaded RTS to avoid potential IPC problems on OSX.
13+ * Better default logging verbosity configuration.
614
715## 1.3.0 -- January 2020
816
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db-sync
6- version : 1.3 .0
6+ version : 1.4 .0
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 11# Revision history for cardano-db
22
3+ ## 1.4.0 -- March 2020
4+
5+ * Renamed from cardano-explorer-db to cardano-db
6+ * Source repository renamed to cardano-db-sync
7+ * Extra "epoch" table used by cardano-db-sync-extended
8+ * Update dependencies to latest versions.
9+
310## 1.3.0 -- January 2020
411
512* Update dependencies to latest versions.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
33-- http://haskell.org/cabal/users-guide/
44
55name : cardano-db
6- version : 1.3 .0
6+ version : 1.4 .0
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.
You can’t perform that action at this time.
0 commit comments