Skip to content

Commit

Permalink
Merge pull request #1388 from input-output-hk/upgrade_clusterlib_0_3_0
Browse files Browse the repository at this point in the history
Upgrade cardano-clusterlib to 0.3.0
  • Loading branch information
mkoura committed Sep 27, 2022
2 parents b5b08d0 + 62dd6b8 commit 8365fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion cardano_node_tests/tests/test_plutus_v2_spend_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def _fund_script(
tx_files=tx_files,
# TODO: workaround for https://github.com/input-output-hk/cardano-node/issues/1892
witness_count_add=2,
join_txouts=bool(tokens_collateral),
)

txid = cluster.get_txid(tx_body_file=tx_raw_output.out_file)
Expand Down
4 changes: 2 additions & 2 deletions nix/cardano-clusterlib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

buildPythonPackage rec {
pname = "cardano-clusterlib";
version = "0.3.0rc20";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "K3YmrNXjgRpWe5HLJdvXmotL2tPg6z+saYrlyzKqMw0=";
sha256 = "Ko3y7saWdyiq9ubZD+GbCUnD4N7zcEAVPj6rcPlXGVU=";
};
doCheck = false;
nativeBuildInputs = [ setuptools_scm ];
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup_requires =
setuptools_scm
install_requires =
allure-pytest
cardano-clusterlib >= 0.3.0rc20,<0.4.0
cardano-clusterlib >= 0.3.0,<0.4.0
cbor2
filelock
hypothesis
Expand Down

0 comments on commit 8365fb9

Please sign in to comment.