Skip to content

Commit

Permalink
Release 1.33.0.0 (#6429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-pantilie authored Aug 22, 2024
1 parent 3a5a162 commit 2d4c945
Show file tree
Hide file tree
Showing 23 changed files with 181 additions and 169 deletions.
16 changes: 8 additions & 8 deletions cardano-constitution/cardano-constitution.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ library
, base >=4.9 && <5
, containers
, filepath
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
, plutus-core ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, plutus-tx-plugin ^>=1.33
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -124,9 +124,9 @@ test-suite cardano-constitution-test
, containers
, directory
, filepath
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, QuickCheck
, serialise
, tasty
Expand All @@ -150,4 +150,4 @@ executable create-json-envelope
, base
, cardano-api
, cardano-constitution
, plutus-ledger-api ^>=1.32
, plutus-ledger-api ^>=1.33
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.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-core ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33

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.32
, plutus-tx ^>=1.32
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
130 changes: 65 additions & 65 deletions plutus-benchmark/plutus-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ library plutus-benchmark-common
, directory
, filepath
, flat ^>=0.6
, plutus-core ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-core ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx-test-util
, tasty
, tasty-golden
Expand All @@ -122,9 +122,9 @@ library nofib-internal
, base >=4.9 && <5
, deepseq
, plutus-benchmark-common
, plutus-core ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
, plutus-core ^>=1.33
, plutus-tx ^>=1.33
, plutus-tx-plugin ^>=1.33

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand All @@ -440,9 +440,9 @@ library script-contexts-internal

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

test-suite plutus-benchmark-script-contexts-tests
import: lang, ghc-version-support, os-support
Expand All @@ -454,8 +454,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.32
, plutus-tx:plutus-tx-testlib ^>=1.32
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
, plutus-tx:plutus-tx-testlib ^>=1.33
, script-contexts-internal
, tasty
, tasty-hunit
Expand Down Expand Up @@ -484,10 +484,10 @@ library marlowe-internal
, mtl
, newtype-generics
, plutus-benchmark-common
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.32
, plutus-ledger-api ^>=1.32
, plutus-tx ^>=1.32
, plutus-tx-plugin ^>=1.32
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, plutus-tx-plugin ^>=1.33
, serialise

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

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

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

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

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

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

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

Expand All @@ -615,21 +615,21 @@ library bitwise-internal

build-depends:
, base
, plutus-tx ^>=1.32
, plutus-tx-plugin
, plutus-tx ^>=1.33
, plutus-tx-plugin ^>=1.33

test-suite bitwise-test
import: lang, ghc-version-support, os-support
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: bitwise/test
build-depends:
, base >=4.9 && <5
, base >=4.9 && <5
, bitwise-internal
, cryptohash-sha512
, ed25519
, plutus-core:plutus-core-testlib
, plutus-tx:{plutus-tx, plutus-tx-testlib}
, plutus-core:plutus-core-testlib ^>=1.33
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
, tasty
, tasty-hunit

Expand All @@ -643,4 +643,4 @@ benchmark bitwise-bench
, bitwise-internal
, criterion
, plutus-benchmark-common
, plutus-tx ^>=1.32
, plutus-tx ^>=1.33
Loading

0 comments on commit 2d4c945

Please sign in to comment.