Skip to content

Commit

Permalink
Add SRPs, bump versions and index-state
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed May 7, 2024
1 parent ee89cd8 commit c393920
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 9 deletions.
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 @@ -74,7 +74,7 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin ^>=1.23
Expand Down
2 changes: 1 addition & 1 deletion bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, cardano-binary
, cardano-cli ^>= 8.22
, cardano-crypto-class
Expand Down
78 changes: 77 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-03-26T06:28:59Z
, cardano-haskell-packages 2024-04-11T09:29:53Z
, cardano-haskell-packages 2024-04-24T00:00:00Z

packages:
cardano-node
Expand All @@ -31,6 +31,82 @@ packages:
trace-resources
trace-forward

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-ledger
tag: a6ee7925fa8070497658a2c8b3770dcd79017281
--sha256: sha256-rigDlJcsTYa56/qa+W9TGBu2IbHLndmrHqVzcHoPTBI=
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
eras/byron/chain/executable-spec
eras/byron/ledger/executable-spec
eras/byron/ledger/impl
eras/byron/ledger/impl/test
eras/byron/crypto
eras/byron/crypto/test

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-network
tag: eb6ac9aa088aa3763e1163824a405fbb21303eb4
--sha256: sha256-KZAxb6Lf9++JtoOTkapvCMpQOwz97zkOO30Bu8Asuak=
subdir: cardano-ping
monoidal-synchronisation
network-mux
ouroboros-network
ouroboros-network-api
ouroboros-network-framework
ouroboros-network-mock
ouroboros-network-protocols
ouroboros-network-testing
ntp-client
cardano-client

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: ad3720affe4c967b327ae6fed48aa8da335e8e25
--sha256: sha256-Ov5hzHdOmWuv36GDhtM/JN20Ainj3K3c4J/Av3YVHe8=
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
tag: 1a36f22523fafc3e0d70c1f05e7066b992b392a5
--sha256: sha256-v4VetLviibpez9flbFaHb3aji5Rbmh3fEFhWkzmLyNw=
subdir: cardano-api
cardano-api-gen

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli
tag: 96b09a02afc43ee335f708446fcaedd5e681f112
--sha256: sha256-ypyWYFwPoP/OIZYZXC1IbBUrqMLxKxTPg5um1jw71GY=
subdir: cardano-cli

program-options
ghc-options: -Werror

Expand Down
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.44
, cardano-api ^>= 8.45
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev ^>=0.2.2
Expand Down
2 changes: 1 addition & 1 deletion cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, cardano-binary
, cardano-cli ^>= 8.22
, cardano-crypto-class ^>= 2.1.2
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library
, aeson-pretty
, ansi-terminal
, bytestring
, cardano-api ^>= 8.44
, cardano-api ^>= 8.45
, cardano-cli ^>= 8.22
, cardano-crypto-class
, cardano-crypto-wrapper
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 c393920

Please sign in to comment.