Skip to content

Commit

Permalink
Merge pull request #1297 from input-output-hk/lc/cardano-api-8.38
Browse files Browse the repository at this point in the history
cardano api 8.37 -> 8.38, cardano-node: 8.7.3 -> 8.8.0-pre
  • Loading branch information
locallycompact authored Feb 21, 2024
2 parents a49f7d3 + ce1dfe5 commit f496652
Show file tree
Hide file tree
Showing 40 changed files with 336 additions and 313 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-pre
volumes:
- /srv/var/cardano/state-preview:/data
environment:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ changes.
fees in internal wallet
[#1315](https://github.com/input-output-hk/hydra/pull/1315).

- **BREAKING** Regenerated hydra scripts.

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

- Tested with `cardano-node 8.8.0-pre` and `cardano-node 8.20`.

## [0.15.0] - 2024-01-18

- Tested with `cardano-node 8.7.3` and `cardano-cli 8.17.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository cardano-haskell-packages

-- See CONTRIBUTING.md for information about when and how to update these.
index-state:
, hackage.haskell.org 2024-01-29T15:07:04Z
, cardano-haskell-packages 2024-01-29T19:04:02Z
, hackage.haskell.org 2024-02-07T15:07:04Z
, cardano-haskell-packages 2024-02-07T19:04:02Z

packages:
hydra-prelude
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-pre/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-pre/cardano-node-8.8.0-macos.tar.gz \
| tar xz -C bin --wildcards ./cardano-node ./cardano-cli '*.dylib'
chmod +x bin/*
```
Expand Down
157 changes: 114 additions & 43 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/8.8.0-pre";
mithril.url = "github:input-output-hk/mithril/2347.0";
};

Expand Down
Loading

0 comments on commit f496652

Please sign in to comment.