Skip to content

Commit 889f969

Browse files
authored
Merge pull request #1881 from IntersectMBO/kderme/13.6.0.0
13.6.0.0
2 parents f08b9c5 + cb008bd commit 889f969

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Fix an issue with drep metadata images [#1857]
88
- Fix an issue with pool_stat [#1833]
99
- Expect pool_stat instead of pool_stats in config [#1880]
10+
- Enacted gov_action_proposal are no longer marked as dropped
1011

1112

1213
## 13.5.0.2

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
max-file: "10"
3434

3535
cardano-node:
36-
image: ghcr.io/intersectmbo/cardano-node:10.0.0-pre
36+
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
3737
environment:
3838
- NETWORK=${NETWORK:-mainnet}
3939
volumes:
@@ -54,7 +54,7 @@ services:
5454
max-file: "10"
5555

5656
cardano-db-sync:
57-
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0
57+
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
5858
environment:
5959
- DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-}
6060
- DISABLE_LEDGER=${DISABLE_LEDGER}

0 commit comments

Comments
 (0)