Skip to content

Commit

Permalink
bump cardano-node (v8.10.0-pre), db-sync (vsancho-4.2.1), csl (12.0.0…
Browse files Browse the repository at this point in the history
…-alpha.29)
  • Loading branch information
MSzalowski committed Apr 22, 2024
1 parent 1a49358 commit 753abbf
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 606 deletions.
11 changes: 5 additions & 6 deletions govtool/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion govtool/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"yup": "^1.3.2"
},
"devDependencies": {
"@emurgo/cardano-serialization-lib-asmjs": "12.0.0-alpha.16",
"@emurgo/cardano-serialization-lib-asmjs": "12.0.0-alpha.29",
"@storybook/addon-coverage": "^1.0.0",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.6.1",
Expand Down
979 changes: 390 additions & 589 deletions govtool/frontend/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
logging: *logging

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.8.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
entrypoint:
- "cardano-node"
- "run"
Expand Down Expand Up @@ -143,7 +143,7 @@ services:
logging: *logging

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-0-0-fix-config
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
environment:
- NETWORK=${CARDANO_NETWORK:-sanchonet}
- POSTGRES_HOST=postgres
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
logging: *logging

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.8.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
entrypoint:
- "cardano-node"
- "run"
Expand Down Expand Up @@ -143,7 +143,7 @@ services:
logging: *logging

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-0-0-fix-config
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
environment:
- NETWORK=${CARDANO_NETWORK:-sanchonet}
- POSTGRES_HOST=postgres
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
retries: 5

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.8.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
environment:
- NETWORK=sanchonet
volumes:
Expand All @@ -61,7 +61,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-0-0-fix-config
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
logging: *logging

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.8.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
entrypoint:
- "cardano-node"
- "run"
Expand Down Expand Up @@ -143,7 +143,7 @@ services:
logging: *logging

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-0-0-fix-config
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
environment:
- NETWORK=${CARDANO_NETWORK:-sanchonet}
- POSTGRES_HOST=postgres
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
logging: *logging

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.8.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
entrypoint:
- "cardano-node"
- "run"
Expand Down Expand Up @@ -143,7 +143,7 @@ services:
logging: *logging

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-0-0-fix-config
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
environment:
- NETWORK=${CARDANO_NETWORK:-sanchonet}
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 753abbf

Please sign in to comment.