Skip to content

Commit

Permalink
Bump CHaP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Aug 8, 2024
1 parent 0e2afa6 commit 267e39b
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 5 deletions.
59 changes: 58 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

0 comments on commit 267e39b

Please sign in to comment.