diff --git a/cabal.project b/cabal.project index 602cdb6c53..442eb3e99b 100644 --- a/cabal.project +++ b/cabal.project @@ -14,7 +14,7 @@ repository cardano-haskell-packages -- you need to run if you change them index-state: , hackage.haskell.org 2024-06-23T23:01:13Z - , cardano-haskell-packages 2024-07-19T12:00:49Z + , cardano-haskell-packages 2024-08-01T16:18:12Z packages: cardano-cli @@ -57,3 +57,60 @@ write-ghc-environment-files: always -- IMPORTANT -- Do NOT add more source-repository-package stanzas here unless they are strictly -- temporary! Please read the section in CONTRIBUTING about updating dependencies. + + + +source-repository-package + type: git + location:https://github.com/IntersectMBO/plutus.git + tag: 6df3318bc7b5d5ed465bc638d81b9f8a14e1cbf1 + --sha256: sha256-D8n3prn/8ACy5K6sPcipO4mmdMvpKEsEojCmdOTUs74= + subdir: plutus-ledger-api + plutus-core + prettyprinter-configurable + +source-repository-package + type: git + location:https://github.com/IntersectMBO/cardano-ledger.git + tag: 98a9c7fd491ed3174d98cc6391aa30022d60de66 + --sha256: sha256-+C8sqCKaA3iJMiIZ/KaTpeyafGgP67PtSZ98UpZthOo= + subdir: eras/allegra/impl + eras/alonzo/impl + eras/alonzo/test-suite + eras/babbage/impl + eras/babbage/test-suite + eras/conway/impl + eras/conway/test-suite + eras/mary/impl + eras/shelley/impl + eras/shelley/test-suite + eras/shelley-ma/test-suite + libs/cardano-ledger-api + libs/cardano-ledger-core + libs/cardano-ledger-binary + libs/cardano-protocol-tpraos + libs/non-integral + libs/small-steps + libs/cardano-data + libs/set-algebra + libs/vector-map + + +source-repository-package + type: git + location:https://github.com/IntersectMBO/ouroboros-consensus.git + tag: 4071356594a05ac4c3b6fba0cab066c0ed0ec276 + --sha256: sha256-Y7vbKSWF+QR9OVweo3NBLHKl7SWmthIPAZZycEoICbI= + subdir: ouroboros-consensus + ouroboros-consensus-cardano + ouroboros-consensus-protocol + ouroboros-consensus-diffusion + sop-extras + strict-sop-core + +source-repository-package + type: git + location: https://github.com/IntersectMBO/cardano-api.git + tag: 126fdb207609626a02a2d4908c220e91a0c16d86 + --sha256: sha256-GdGrxfLl8QXLUI0eAMvilW9H9hOheuyAGJ5ngQRREbE= + subdir: cardano-api \ No newline at end of file diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs b/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs index fb135e0d5c..acb714ee19 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs @@ -1073,7 +1073,7 @@ convertCertificates sbe certsAndScriptWitnesses = TxCertificates sbe certs $ BuildTxWith reqWits where certs = map fst certsAndScriptWitnesses - reqWits = Map.fromList $ mapMaybe convert certsAndScriptWitnesses + reqWits = mapMaybe convert certsAndScriptWitnesses convert :: (Certificate era, Maybe (ScriptWitness WitCtxStake era)) -> Maybe (StakeCredential, Witness WitCtxStake era) diff --git a/flake.lock b/flake.lock index ef97b48bc8..84373d82a7 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1721391352, - "narHash": "sha256-scqGnAT3tofRQUb9av5+lhGnpK03HzSKMmKk80wDb2A=", + "lastModified": 1722918532, + "narHash": "sha256-MO3N6/YoJbuQOLrivuDlN8RzyLX9gd5lycpKfbvNiG8=", "owner": "intersectmbo", "repo": "cardano-haskell-packages", - "rev": "ef6499225aab60d39690732fac110377ff8b8324", + "rev": "d738d3e323d71b658ef083b0e05310ec4cfb9436", "type": "github" }, "original": {