File tree Expand file tree Collapse file tree 8 files changed +23
-15
lines changed Expand file tree Collapse file tree 8 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,6 @@ source-repository-package
6363 --sha256 : 1w39806djx7vmps47vvc72i20w4dkam3l8687kkw5ih1isvl671x
6464 subdir : test
6565
66- source-repository-package
67- type : git
68- location : https://github.com/input-output-hk/cardano-sl-x509
69- tag : 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
70- --sha256 : 1aw7ns8lv51fjf45k8yzils2j7a6bqzy8hn65kb3z0dn1qsm8x88
71-
7266source-repository-package
7367 type : git
7468 location : https://github.com/input-output-hk/iohk-monitoring-framework
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.
Original file line number Diff line number Diff line change @@ -69,9 +69,6 @@ extra-deps:
6969 - .
7070 - test
7171
72- - git : https://github.com/input-output-hk/cardano-sl-x509
73- commit : 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
74-
7572 - git : https://github.com/input-output-hk/iohk-monitoring-framework
7673 commit : 3e45d5dd4942c295f0ea4bfed7c407b914b15447
7774 subdirs :
You can’t perform that action at this time.
0 commit comments