Skip to content

Commit

Permalink
cardano-node: 8.11.0 -> 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jul 10, 2024
1 parent 3e8cff2 commit 51705fc
Show file tree
Hide file tree
Showing 20 changed files with 382 additions and 649 deletions.
20 changes: 15 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,21 @@ repository cardano-haskell-packages

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

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-ledger
tag: 516b4555c8c7b2faa821f05fdca9c9bb11a74d66
--sha256: sha256-4cPWwRAL815smViecuKZ2LAj/PSCI4ohdddFuJCiPxc=
subdir:
libs/cardano-ledger-core
eras/alonzo/impl
eras/conway/impl
eras/shelley/test-suite

allow-newer: cardano-ledger-core

packages:
cardano-api-classy
Expand Down Expand Up @@ -41,6 +54,3 @@ benchmarks: True

-- Always show detailed output for tests
test-show-details: direct

constraints:
io-classes-mtl == 0.1.1.0
2 changes: 1 addition & 1 deletion cardano-api-classy/cardano-api-classy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
-- dependencies on cardano-ledger* follow.
build-depends:
, base >=4.16
, cardano-api ^>=8.46
, cardano-api >=8.46
, cardano-ledger-alonzo
, cardano-ledger-conway
, cardano-ledger-core
4 changes: 2 additions & 2 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mkdir -p bin
version=0.17.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/IntersectMBO/cardano-node/releases/download/8.11.0/cardano-node-8.11.0-linux.tar.gz \
curl -L -o - https://github.com/IntersectMBO/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-linux.tar.gz \
| tar xz ./bin/cardano-node ./bin/cardano-cli
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2412.0/mithril-2412.0-linux-x64.tar.gz \
| tar xz -C bin mithril-client
Expand All @@ -50,7 +50,7 @@ mkdir -p bin
version=0.17.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/IntersectMBO/cardano-node/releases/download/8.11.0/cardano-node-8.11.0-macos.tar.gz \
curl -L -o - https://github.com/IntersectMBO/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-macos.tar.gz \
| tar xz --wildcards ./bin/cardano-node ./bin/cardano-cli './bin/*.dylib'
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2412.0/mithril-2412.0-macos-x64.tar.gz \
| tar xz -C bin
Expand Down
Loading

0 comments on commit 51705fc

Please sign in to comment.