Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cardano-cli 8.19 #5644

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2024-01-09"
CABAL_CACHE_VERSION: "2024-01-19"

concurrency:
group: >
Expand Down
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ test-suite test-locli
build-depends: cardano-prelude
, containers
, hedgehog
, hedgehog-extras ^>= 0.5.1.0
, hedgehog-extras ^>= 0.6.0.0
, locli
, text

Expand Down
2 changes: 1 addition & 1 deletion bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.37.0.0
, cardano-api ^>= 8.37.1.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin >=1.0.0
Expand Down
4 changes: 2 additions & 2 deletions bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.37.0.0
, cardano-api ^>= 8.37.1.0
, cardano-binary
, cardano-cli ^>= 8.18.0.0
, cardano-cli ^>= 8.19.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-data
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-01-04T09:36:23Z
, cardano-haskell-packages 2024-01-04T09:36:23Z
, hackage.haskell.org 2024-01-16T14:48:13Z
, cardano-haskell-packages 2024-01-18T16:26:04Z

packages:
cardano-git-rev
Expand Down
4 changes: 2 additions & 2 deletions cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test-suite chairman-tests
, cardano-crypto-class ^>= 2.1.2
, filepath
, hedgehog
, hedgehog-extras ^>= 0.5.1.0
, hedgehog-extras ^>= 0.6.0.0
, network
, process
, random
Expand All @@ -89,5 +89,5 @@ test-suite chairman-tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T

build-tool-depends: cardano-node:cardano-node
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chairman is in the same repo as node. If they're built together, it will get the version from the repo. I'm not aware about any other build method.

, cardano-cli:cardano-cli ^>= 8.18.0.0
, cardano-cli:cardano-cli ^>= 8.19.0.0
, cardano-node-chairman:cardano-node-chairman
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library
, async
, base16-bytestring
, bytestring
, cardano-api ^>= 8.37.0.0
, cardano-api ^>= 8.37.1.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev
Expand Down
4 changes: 2 additions & 2 deletions cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.37.0.0
, cardano-api ^>= 8.37.1.0
, cardano-binary
, cardano-cli ^>= 8.18.0.0
, cardano-cli ^>= 8.19.0.0
, cardano-crypto-class ^>= 2.1.2
, http-media
, iohk-monitoring
Expand Down
6 changes: 3 additions & 3 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ library
build-depends: aeson
, ansi-terminal
, bytestring
, cardano-api ^>= 8.37.0.0
, cardano-cli ^>= 8.18.0.0
, cardano-api ^>= 8.37.1.0
, cardano-cli ^>= 8.19.0.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-ledger-alonzo
Expand All @@ -55,7 +55,7 @@ library
, exceptions
, filepath
, hedgehog
, hedgehog-extras ^>= 0.5.1.0
, hedgehog-extras ^>= 0.6.0.0
, microlens
, lens-aeson
, mtl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ hprop_ledger_events_propose_new_constitution = H.integrationRetryWorkspace 2 "pr
H.writeFile consitutionFile "dummy constitution data"
constitutionHash <- H.execCli' execConfig
[ "conway", "governance"
, "hash", "--file-text", consitutionFile
, "hash", "anchor-data", "--file-text", consitutionFile
]

proposalAnchorDataHash <- H.execCli' execConfig
[ "conway", "governance"
, "hash", "--file-text", proposalAnchorFile
, "hash", "anchor-data", "--file-text", proposalAnchorFile
]

let stakeVkeyFp = gov </> "stake.vkey"
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

Loading