Skip to content

Commit

Permalink
Update to cardano-node 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Feb 19, 2024
1 parent a6dd520 commit b79e592
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node:
image: ghcr.io/input-output-hk/cardano-node:8.7.3
image: ghcr.io/input-output-hk/cardano-node:8.8.0
volumes:
- /srv/var/cardano/state-preview:/data
environment:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ changes.

- Add `--sanchonet` option to `hydra-cluster` binary.

- **BREAKING** Update to cardano-node 8.8.0 and remove Mainnet compatibility. Application is now only tested against Sanchonet.

## [0.15.0] - 2024-01-18

- Tested with `cardano-node 8.7.3` and `cardano-cli 8.17.0.0`.
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkdir -p bin
version=0.15.0
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-x86_64-linux-${version}.zip
unzip -d bin hydra-x86_64-linux-${version}.zip
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.7.3/cardano-node-8.7.3-linux.tar.gz \
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.8.0/cardano-node-8.8.0-linux.tar.gz \
| tar xz -C bin ./cardano-node ./cardano-cli
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2347.0/mithril-2347.0-linux-x64.tar.gz \
| tar xz -C bin mithril-client
Expand All @@ -59,9 +59,9 @@ mkdir -p bin
version=0.15.0
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-aarch64-darwin-${version}.zip
unzip -d bin hydra-aarch64-darwin-${version}.zip
curl -L -o - https://github.com/input-output-hk/hydra/releases/download/${version}/cardano-node-aarch-darwin-8.7.3.zip
unzip -d bin cardano-node-8.7.3-linux.zip
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.7.3/cardano-node-8.7.3-macos.tar.gz \
curl -L -o - https://github.com/input-output-hk/hydra/releases/download/${version}/cardano-node-aarch-darwin-8.8.0.zip
unzip -d bin cardano-node-8.8.0-linux.zip
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.8.0/cardano-node-8.8.0-macos.tar.gz \
| tar xz -C bin --wildcards ./cardano-node ./cardano-cli '*.dylib'
chmod +x bin/*
```
Expand Down
151 changes: 111 additions & 40 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url = "github:cardano-scaling/haskell-language-server?ref=2.6-patched";
flake = false;
};
cardano-node.url = "github:intersectmbo/cardano-node/8.7.3";
cardano-node.url = "github:intersectmbo/cardano-node/4bb2048db77d623ee6e3678618c2d8b6c4676333";
mithril.url = "github:input-output-hk/mithril/2347.0";
};

Expand Down
Loading

0 comments on commit b79e592

Please sign in to comment.