Skip to content

Commit

Permalink
Release 1.32.0.0
Browse files Browse the repository at this point in the history
Modified-by: Nikolaos Bezirgiannis <bezirg@users.noreply.github.com>
  • Loading branch information
Jimbo4350 authored and bezirg committed Aug 6, 2024
1 parent 51a9f16 commit 34802e2
Show file tree
Hide file tree
Showing 18 changed files with 169 additions and 164 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2024-06-23T03:51:23Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-06-19T21:42:15Z
, cardano-haskell-packages 2024-08-01T16:18:12Z

packages: cardano-constitution
plutus-benchmark
Expand Down
20 changes: 10 additions & 10 deletions cardano-constitution/cardano-constitution.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-constitution
version: 1.31.0.0
version: 1.32.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -77,10 +77,10 @@ library
, base >=4.9 && <5
, containers
, filepath
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -112,13 +112,13 @@ test-suite cardano-constitution-test
, aeson
, base >=4.9 && <5
, bytestring
, cardano-constitution ^>=1.31
, cardano-constitution ^>=1.32
, containers
, directory
, filepath
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, QuickCheck
, serialise
, tasty
Expand All @@ -139,4 +139,4 @@ executable create-json-envelope
, base
, cardano-api ^>=8.48
, cardano-constitution
, plutus-ledger-api
, plutus-ledger-api ^>=1.32
10 changes: 5 additions & 5 deletions doc/docusaurus/docusaurus-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ library docusaurus-code

build-depends:
, base >=4.9 && <5
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
Expand All @@ -55,5 +55,5 @@ executable example-cip57
build-depends:
, base ^>=4.18
, containers
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
124 changes: 62 additions & 62 deletions plutus-benchmark/plutus-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ library plutus-benchmark-common
, directory
, filepath
, flat ^>=0.6
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx-test-util
, tasty
, tasty-golden
Expand All @@ -118,9 +118,9 @@ library nofib-internal
, base >=4.9 && <5
, deepseq
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

executable nofib-exe
import: lang, ghc-version-support
Expand All @@ -134,8 +134,8 @@ executable nofib-exe
, nofib-internal
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-tx ^>=1.31
, plutus-core ^>=1.32
, plutus-tx ^>=1.32
, prettyprinter
, transformers

Expand Down Expand Up @@ -173,8 +173,8 @@ test-suite plutus-benchmark-nofib-tests
, base >=4.9 && <5
, nofib-internal
, plutus-benchmark-common
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.31
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.31
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.32
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.32
, tasty
, tasty-hunit
, tasty-quickcheck
Expand All @@ -200,9 +200,9 @@ library lists-internal
, base >=4.9 && <5
, mtl
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

executable list-sort-exe
import: lang, ghc-version-support
Expand All @@ -213,7 +213,7 @@ executable list-sort-exe
, lists-internal
, monoidal-containers
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-core ^>=1.32

benchmark lists
import: lang, ghc-version-support
Expand All @@ -225,7 +225,7 @@ benchmark lists
, criterion >=1.5.9.0
, lists-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.31
, plutus-ledger-api ^>=1.32

test-suite plutus-benchmark-lists-tests
import: lang, ghc-version-support
Expand All @@ -242,8 +242,8 @@ test-suite plutus-benchmark-lists-tests
, base >=4.9 && <5
, lists-internal
, plutus-benchmark-common
, plutus-core:plutus-core-testlib ^>=1.31
, plutus-tx:plutus-tx-testlib ^>=1.31
, plutus-core:plutus-core-testlib ^>=1.32
, plutus-tx:plutus-tx-testlib ^>=1.32
, tasty
, tasty-quickcheck

Expand All @@ -264,8 +264,8 @@ benchmark validation
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32

---------------- validation-decode ----------------

Expand All @@ -285,8 +285,8 @@ benchmark validation-decode
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32

---------------- validation-full ----------------

Expand All @@ -306,8 +306,8 @@ benchmark validation-full
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32

---------------- Cek cost model calibration ----------------

Expand All @@ -323,10 +323,10 @@ benchmark cek-calibration
, lens
, mtl
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

---------------- Signature verification throughput ----------------

Expand All @@ -342,9 +342,9 @@ executable ed25519-costs
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

-- Calculate the predicted costs of sequences of ed25519 signature verification
-- operations and compare them with a golden file.
Expand All @@ -361,9 +361,9 @@ test-suite ed25519-costs-test
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

---------------- BLS12-381 experiments ----------------

Expand All @@ -381,10 +381,10 @@ library bls12-381lib-internal
, bytestring
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

-- Print out predicted costs of various scripts involving BLS12-381 operations
executable bls12-381-costs
Expand All @@ -408,7 +408,7 @@ test-suite bls12-381-costs-test
, base >=4.9 && <5
, bls12-381lib-internal
, plutus-benchmark-common
, plutus-core:plutus-core-testlib ^>=1.31
, plutus-core:plutus-core-testlib ^>=1.32

-- Run benchmarks for various scripts involving BLS12-381 operations
benchmark bls12-381-benchmarks
Expand All @@ -422,8 +422,8 @@ benchmark bls12-381-benchmarks
, bytestring
, criterion >=1.5.9.0
, plutus-benchmark-common
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32

---------------- script contexts ----------------

Expand All @@ -433,9 +433,9 @@ library script-contexts-internal
exposed-modules: PlutusBenchmark.ScriptContexts
build-depends:
, base >=4.9 && <5
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32

test-suite plutus-benchmark-script-contexts-tests
import: lang, ghc-version-support
Expand All @@ -447,8 +447,8 @@ test-suite plutus-benchmark-script-contexts-tests
build-depends:
, base >=4.9 && <5
, plutus-benchmark-common
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.31
, plutus-tx:plutus-tx-testlib ^>=1.31
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.32
, plutus-tx:plutus-tx-testlib ^>=1.32
, script-contexts-internal
, tasty
, tasty-hunit
Expand Down Expand Up @@ -477,10 +477,10 @@ library marlowe-internal
, mtl
, newtype-generics
, plutus-benchmark-common
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
, serialise

executable marlowe-validators
Expand All @@ -500,8 +500,8 @@ executable marlowe-validators
, cardano-binary
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, serialise

benchmark marlowe
Expand All @@ -515,8 +515,8 @@ benchmark marlowe
, criterion
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32

test-suite plutus-benchmark-marlowe-tests
import: lang, ghc-version-support
Expand All @@ -528,9 +528,9 @@ test-suite plutus-benchmark-marlowe-tests
build-depends:
, base >=4.9 && <5
, marlowe-internal
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.31
, plutus-ledger-api ^>=1.31
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.31
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.32
, tasty

---------------- agda evaluators ----------------
Expand All @@ -544,7 +544,7 @@ library agda-internal
build-depends:
, base >=4.9 && <5
, criterion
, plutus-core ^>=1.31
, plutus-core ^>=1.32
, plutus-metatheory

benchmark validation-agda-cek
Expand All @@ -564,7 +564,7 @@ benchmark validation-agda-cek
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.31
, plutus-core ^>=1.32

benchmark nofib-agda-cek
import: lang, ghc-version-support
Expand All @@ -591,16 +591,16 @@ benchmark marlowe-agda-cek
, criterion
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.31
, plutus-tx ^>=1.31
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32

-------------------- bitwise-----------------------

library bitwise-internal
import: lang, ghc-version-support
hs-source-dirs: bitwise/src
exposed-modules: PlutusBenchmark.NQueens
build-depends: plutus-tx ^>=1.31
build-depends: plutus-tx ^>=1.32

test-suite bitwise-test
import: lang, ghc-version-support
Expand All @@ -623,5 +623,5 @@ benchmark bitwise-bench
, bitwise-internal
, criterion
, plutus-benchmark-common
, plutus-tx ^>=1.31
, plutus-tx-plugin ^>=1.31
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
Loading

0 comments on commit 34802e2

Please sign in to comment.