Skip to content

Commit

Permalink
[Release] 1.20.0.0 (#5720)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolaos Bezirgiannis <bezirg@users.noreply.github.com>
  • Loading branch information
bezirg and bezirg committed Jan 15, 2024
1 parent 95d335f commit 4b76943
Show file tree
Hide file tree
Showing 19 changed files with 164 additions and 233 deletions.
14 changes: 7 additions & 7 deletions doc/read-the-docs-site/plutus-doc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ executable doc-doctests
, containers
, flat ^>=0.6
, lens
, plutus-core ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-tx ^>=1.19
, plutus-core ^>=1.20
, plutus-ledger-api ^>=1.20
, plutus-tx ^>=1.20
, prettyprinter
, random
, serialise
Expand All @@ -104,10 +104,10 @@ executable quick-start
, base >=4.9 && <5
, base16-bytestring
, bytestring
, plutus-core ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-tx ^>=1.19
, plutus-tx-plugin ^>=1.19
, plutus-core ^>=1.20
, plutus-ledger-api ^>=1.20
, plutus-tx ^>=1.20
, plutus-tx-plugin ^>=1.20

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
104 changes: 52 additions & 52 deletions plutus-benchmark/plutus-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ library plutus-benchmark-common
, directory
, filepath
, flat ^>=0.6
, plutus-core ^>=1.19
, plutus-tx ^>=1.19
, plutus-core ^>=1.20
, plutus-tx ^>=1.20
, tasty
, tasty-golden
, temporary
Expand Down Expand Up @@ -110,9 +110,9 @@ library nofib-internal
, base >=4.9 && <5
, deepseq
, plutus-benchmark-common
, plutus-core ^>=1.19
, plutus-tx ^>=1.19
, plutus-tx-plugin ^>=1.19
, plutus-core ^>=1.20
, plutus-tx ^>=1.20
, plutus-tx-plugin ^>=1.20

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

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

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

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

Expand All @@ -258,8 +258,8 @@ benchmark validation
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-core ^>=1.20
, plutus-ledger-api ^>=1.20

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

Expand All @@ -279,8 +279,8 @@ benchmark validation-decode
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-core ^>=1.20
, plutus-ledger-api ^>=1.20

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

Expand All @@ -300,8 +300,8 @@ benchmark validation-full
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-core ^>=1.20
, plutus-ledger-api ^>=1.20

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

Expand All @@ -320,9 +320,9 @@ benchmark cek-calibration
, criterion >=1.5.9.0
, lens
, mtl
, plutus-core ^>=1.19
, plutus-tx ^>=1.19
, plutus-tx-plugin ^>=1.19
, plutus-core ^>=1.20
, plutus-tx ^>=1.20
, plutus-tx-plugin ^>=1.20

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

Expand All @@ -341,9 +341,9 @@ executable ed25519-costs
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.19
, plutus-tx ^>=1.19
, plutus-tx-plugin ^>=1.19
, plutus-core ^>=1.20
, plutus-tx ^>=1.20
, plutus-tx-plugin ^>=1.20

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

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

Expand All @@ -387,10 +387,10 @@ library bls12-381lib-internal
, flat ^>=0.6
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-tx ^>=1.19
, plutus-tx-plugin ^>=1.19
, plutus-core ^>=1.20
, plutus-ledger-api ^>=1.20
, plutus-tx ^>=1.20
, plutus-tx-plugin ^>=1.20

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

-- Run benchmarks for various scripts involving BLS12-381 operations
benchmark bls12-381-benchmarks
Expand All @@ -427,7 +427,7 @@ benchmark bls12-381-benchmarks
, bytestring
, criterion >=1.5.9.0
, plutus-benchmark-common
, plutus-tx ^>=1.19
, plutus-tx ^>=1.20

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

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

test-suite plutus-benchmark-script-contexts-tests
import: lang, ghc-version-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.19
, plutus-tx:plutus-tx-testlib ^>=1.19
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.20
, plutus-tx:plutus-tx-testlib ^>=1.20
, 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.19
, plutus-ledger-api ^>=1.19
, plutus-tx ^>=1.19
, plutus-tx-plugin ^>=1.19
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.20
, plutus-ledger-api ^>=1.20
, plutus-tx ^>=1.20
, plutus-tx-plugin ^>=1.20
, serialise

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

benchmark marlowe
Expand All @@ -521,8 +521,8 @@ benchmark marlowe
, criterion
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.19
, plutus-tx ^>=1.19
, plutus-ledger-api ^>=1.20
, plutus-tx ^>=1.20

test-suite plutus-benchmark-marlowe-tests
import: lang, ghc-version-support
Expand All @@ -533,7 +533,7 @@ test-suite plutus-benchmark-marlowe-tests
build-depends:
, base >=4.9 && <5
, marlowe-internal
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.19
, plutus-ledger-api ^>=1.19
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.19
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.20
, plutus-ledger-api ^>=1.20
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.20
, tasty
8 changes: 4 additions & 4 deletions plutus-conformance/plutus-conformance.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library
, directory
, filepath
, lens
, plutus-core ^>=1.19
, plutus-core ^>=1.20
, tasty
, tasty-expected-failure
, tasty-golden
Expand All @@ -66,7 +66,7 @@ executable test-utils
, base >=4.9 && <5
, optparse-applicative >=0.18
, plutus-conformance
, plutus-core ^>=1.19
, plutus-core ^>=1.20
, plutus-metatheory
, tasty-golden
, text
Expand Down Expand Up @@ -105,7 +105,7 @@ test-suite haskell-steppable-conformance
, base >=4.9 && <5
, lens
, plutus-conformance
, plutus-core ^>=1.19
, plutus-core ^>=1.20

test-suite agda-conformance
import: lang
Expand All @@ -116,6 +116,6 @@ test-suite agda-conformance
build-depends:
, base >=4.9 && <5
, plutus-conformance
, plutus-core ^>=1.19
, plutus-core ^>=1.20
, plutus-metatheory
, transformers
8 changes: 8 additions & 0 deletions plutus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

<a id='changelog-1.20.0.0'></a>
# 1.20.0.0 — 2024-01-15

## Added

- Implementations for the primitive operations described in
[CIP-0087](https://github.com/mlabs-haskell/CIPs/blob/koz/to-from-bytestring/CIP-0087/CIP-0087.md)

<a id='changelog-1.19.0.0'></a>
# 1.19.0.0 — 2023-12-23

Expand Down
41 changes: 0 additions & 41 deletions plutus-core/changelog.d/20231127_134852_koz.ross_cip_0087.md

This file was deleted.

0 comments on commit 4b76943

Please sign in to comment.