Skip to content

Commit

Permalink
Bring latest tagged cardano-node (1.35.3) in scope
Browse files Browse the repository at this point in the history
Also bump hydra-cluster package version as it seems to not have been updated
  • Loading branch information
ch1bo committed Aug 1, 2022
1 parent 2707a50 commit ea7a26b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hydra-cluster/hydra-cluster.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hydra-cluster
version: 0.6.0
version: 0.7.0
synopsis:
Integration test suite using a local cluster of cardano and hydra nodes

Expand Down
2 changes: 1 addition & 1 deletion hydra-cluster/test/Test/CardanoNodeSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec = do
-- false positives test errors in case someone uses an "untested" /
-- different than in shell.nix version of cardano-node and cardano-cli.
it "has expected cardano-node version available" $
getCardanoNodeVersion >>= (`shouldContain` "1.35.0")
getCardanoNodeVersion >>= (`shouldContain` "1.35.3")

-- NOTE: We hard-code the expected networkId here to detect any change to the
-- genesis-shelley.json
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let
cardano-node = import
(pkgs.fetchgit {
url = "https://github.com/input-output-hk/cardano-node";
rev = "1.35.0";
sha256 = "06arx9hv7dn3qxfy83f0b6018rxbsvh841nvfyg5w6qclm1hddj7";
rev = "1.35.3-testnetonly";
sha256 = "0vg5775z683wf421asxjm7g2b6yxmgprpylhs9ryb035id83slp2";
})
{ };

Expand Down

0 comments on commit ea7a26b

Please sign in to comment.