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
63
63
--sha256 : 1w39806djx7vmps47vvc72i20w4dkam3l8687kkw5ih1isvl671x
64
64
subdir : test
65
65
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
-
72
66
source-repository-package
73
67
type : git
74
68
location : https://github.com/input-output-hk/iohk-monitoring-framework
Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db-sync-extended
2
2
3
- ## ? -- ? 2020
3
+ ## 1.4.0 -- March 2020
4
4
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
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db-sync-extended
6
- version : 1.0 .0
6
+ version : 1.4 .0
7
7
synopsis : The Extended Cardano DB Sync node
8
8
description : A Cardano node that follows the Cardano chain and inserts data from the
9
9
chain into a PostgresQL database. It is "extended" because it maintains an
Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db-sync node
2
2
3
- ## 1.? -- ? 2020
3
+ ## 1.4 -- March 2020
4
4
5
+ * Renamed from cardano-explorer-node to cardano-db-sync.
6
+ * Source repository renamed to cardano-db-sync.
5
7
* 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.
6
14
7
15
## 1.3.0 -- January 2020
8
16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db-sync
6
- version : 1.3 .0
6
+ version : 1.4 .0
7
7
synopsis : The Cardano DB Sync node
8
8
description : A Cardano node that follows the Cardano chain and inserts data from the
9
9
chain into a PostgresQL database.
Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db
2
2
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
+
3
10
## 1.3.0 -- January 2020
4
11
5
12
* Update dependencies to latest versions.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: >= 1.10
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db
6
- version : 1.3 .0
6
+ version : 1.4 .0
7
7
synopsis : A base PostgreSQL component for the cardano-db-sync node.
8
8
description : Code for the Cardano DB Sync node that is shared between the
9
9
cardano-db-node and other components.
Original file line number Diff line number Diff line change @@ -69,9 +69,6 @@ extra-deps:
69
69
- .
70
70
- test
71
71
72
- - git : https://github.com/input-output-hk/cardano-sl-x509
73
- commit : 43a036c5bbe68ca2e9cbe611eab7982e2348fe49
74
-
75
72
- git : https://github.com/input-output-hk/iohk-monitoring-framework
76
73
commit : 3e45d5dd4942c295f0ea4bfed7c407b914b15447
77
74
subdirs :
You can’t perform that action at this time.
0 commit comments