File tree Expand file tree Collapse file tree 8 files changed +20
-11
lines changed Expand file tree Collapse file tree 8 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,14 @@ source-repository-package
100
100
source-repository-package
101
101
type : git
102
102
location : https://github.com/input-output-hk/hedgehog-extras
103
- tag : 967d79533c21e33387d0227a5f6cc185203fe658
104
- --sha256 : 0rbqb7a64aya1qizlr3im06hdydg9zr6sl3i8bvqqlf7kpa647sd
103
+ tag : 714ee03a5a786a05fc57ac5d2f1c2edce4660d85
104
+ --sha256 : 1qa4mm36xynaf17990ijmzww0ij8hjrc0vw5nas6d0zx6q9hb978
105
+
106
+ source-repository-package
107
+ type : git
108
+ location : https://github.com/haskell-works/hw-aeson
109
+ tag : 6dc309ff4260c71d9a18c220cbae8aa1dfe2a02e
110
+ --sha256 : 08zxzkk1fy8xrvl46lhzmpyisizl0nzl1n00g417vc0l170wsr9j
105
111
106
112
source-repository-package
107
113
type : git
@@ -159,8 +165,8 @@ source-repository-package
159
165
source-repository-package
160
166
type : git
161
167
location : https://github.com/input-output-hk/cardano-node
162
- tag : b443f540133888442e5475c05890dc2eee13d43e
163
- --sha256 : 0vg5775z683wf421asxjm7g2b6yxmgprpylhs9ryb035id83slp2
168
+ tag : 950c4e222086fed5ca53564e642434ce9307b0b9
169
+ --sha256 : 020fwimsm24yblr1fmnwx240wj8r3x715p89cpjgnnd8axwf32p0
164
170
subdir :
165
171
cardano-api
166
172
cardano-cli
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.4
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-chain-gen
6
- version : 13.0.3
6
+ version : 13.0.4
7
7
synopsis : A fake chain generator for testing cardano DB sync.
8
8
description : A fake chain generator for testing cardano DB sync.
9
9
homepage : https://github.com/input-output-hk/cardano-db-sync
Original file line number Diff line number Diff line change 1
1
# Revision history for cardano-db-sync
2
2
3
+ ## 13.0.4
4
+ * Bump to the latest node release.
5
+
3
6
## 13.0.3
4
7
* Integrated the fix for the missused minfee function in ledger (https://github.com/input-output-hk/cardano-ledger/pull/2938 )
5
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.4
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db-sync
6
- version : 13.0.3
6
+ version : 13.0.4
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 @@ -3,7 +3,7 @@ cabal-version: 2.2
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db-tool
6
- version : 13.0.3
6
+ version : 13.0.4
7
7
synopsis : Utilities to manage the cardano-db-sync databases.
8
8
description : Utilities and executable, used to manage and validate the
9
9
PostgreSQL db and the ledger database of the cardano-db-sync node
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cabal-version: 2.2
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-db
6
- version : 13.0.3
6
+ version : 13.0.4
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 @@ -3,7 +3,7 @@ cabal-version: 2.2
3
3
-- http://haskell.org/cabal/users-guide/
4
4
5
5
name : cardano-smash-server
6
- version : 13.0.3
6
+ version : 13.0.4
7
7
synopsis : The Cardano smash server
8
8
description : Please see the README on GitHub at
9
9
<https://github.com/input-output-hk/cardano-db-sync/cardano-smash-server/#readme>
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
max-file : " 10"
32
32
33
33
cardano-node :
34
- image : inputoutput/cardano-node:1.35.3
34
+ image : inputoutput/cardano-node:1.35.3-rc1
35
35
environment :
36
36
- NETWORK=${NETWORK:-mainnet}
37
37
volumes :
@@ -52,7 +52,7 @@ services:
52
52
max-file : " 10"
53
53
54
54
cardano-db-sync :
55
- image : inputoutput/cardano-db-sync:13.0.3
55
+ image : inputoutput/cardano-db-sync:13.0.4-rc1
56
56
environment :
57
57
- NETWORK=${NETWORK:-mainnet}
58
58
- POSTGRES_HOST=postgres
You can’t perform that action at this time.
0 commit comments