Skip to content

Commit

Permalink
Release 1.17.0.0 (#5650)
Browse files Browse the repository at this point in the history
  • Loading branch information
bezirg authored Nov 22, 2023
1 parent 4c02a25 commit e974b48
Show file tree
Hide file tree
Showing 15 changed files with 148 additions and 137 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.16
, plutus-ledger-api ^>=1.16
, plutus-tx ^>=1.16
, plutus-core ^>=1.17
, plutus-ledger-api ^>=1.17
, plutus-tx ^>=1.17
, prettyprinter
, random
, serialise
Expand All @@ -104,10 +104,10 @@ executable quick-start
, base >=4.9 && <5
, base16-bytestring
, bytestring
, plutus-core ^>=1.16
, plutus-ledger-api ^>=1.16
, plutus-tx ^>=1.16
, plutus-tx-plugin ^>=1.16
, plutus-core ^>=1.17
, plutus-ledger-api ^>=1.17
, plutus-tx ^>=1.17
, plutus-tx-plugin ^>=1.17

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.16
, plutus-tx ^>=1.16
, plutus-core ^>=1.17
, plutus-tx ^>=1.17
, 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.16
, plutus-tx ^>=1.16
, plutus-tx-plugin ^>=1.16
, plutus-core ^>=1.17
, plutus-tx ^>=1.17
, plutus-tx-plugin ^>=1.17

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.16
, plutus-tx ^>=1.16
, plutus-core ^>=1.17
, plutus-tx ^>=1.17
, 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.16
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.16
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.17
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.17
, tasty
, tasty-hunit
, tasty-quickcheck
Expand Down Expand Up @@ -194,9 +194,9 @@ library lists-internal
, base >=4.9 && <5
, mtl
, plutus-benchmark-common
, plutus-core ^>=1.16
, plutus-tx ^>=1.16
, plutus-tx-plugin ^>=1.16
, plutus-core ^>=1.17
, plutus-tx ^>=1.17
, plutus-tx-plugin ^>=1.17

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

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

Expand All @@ -256,8 +256,8 @@ benchmark validation
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.16
, plutus-ledger-api ^>=1.16
, plutus-core ^>=1.17
, plutus-ledger-api ^>=1.17

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

Expand All @@ -277,8 +277,8 @@ benchmark validation-decode
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.16
, plutus-ledger-api ^>=1.16
, plutus-core ^>=1.17
, plutus-ledger-api ^>=1.17

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

Expand All @@ -298,8 +298,8 @@ benchmark validation-full
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.16
, plutus-ledger-api ^>=1.16
, plutus-core ^>=1.17
, plutus-ledger-api ^>=1.17

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

Expand All @@ -318,9 +318,9 @@ benchmark cek-calibration
, criterion >=1.5.9.0
, lens
, mtl
, plutus-core ^>=1.16
, plutus-tx ^>=1.16
, plutus-tx-plugin ^>=1.16
, plutus-core ^>=1.17
, plutus-tx ^>=1.17
, plutus-tx-plugin ^>=1.17

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

Expand All @@ -339,9 +339,9 @@ executable ed25519-costs
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.16
, plutus-tx ^>=1.16
, plutus-tx-plugin ^>=1.16
, plutus-core ^>=1.17
, plutus-tx ^>=1.17
, plutus-tx-plugin ^>=1.17

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

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

Expand Down Expand Up @@ -392,10 +392,10 @@ library bls12-381lib-internal
, flat ^>=0.6
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.16
, plutus-ledger-api ^>=1.16
, plutus-tx ^>=1.16
, plutus-tx-plugin ^>=1.16
, plutus-core ^>=1.17
, plutus-ledger-api ^>=1.17
, plutus-tx ^>=1.17
, plutus-tx-plugin ^>=1.17

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

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

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

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

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

executable marlowe-validators
Expand All @@ -532,8 +532,8 @@ executable marlowe-validators
, cardano-binary
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.16
, plutus-tx ^>=1.16
, plutus-ledger-api ^>=1.17
, plutus-tx ^>=1.17
, serialise

benchmark marlowe
Expand All @@ -550,8 +550,8 @@ benchmark marlowe
, criterion
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.16
, plutus-tx ^>=1.16
, plutus-ledger-api ^>=1.17
, plutus-tx ^>=1.17

test-suite plutus-benchmark-marlowe-tests
import: lang, ghc-version-support
Expand All @@ -562,7 +562,7 @@ test-suite plutus-benchmark-marlowe-tests
build-depends:
, base >=4.9 && <5
, marlowe-internal
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.16
, plutus-ledger-api ^>=1.16
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.16
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.17
, plutus-ledger-api ^>=1.17
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.17
, 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.16
, plutus-core ^>=1.17
, 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.16
, plutus-core ^>=1.17
, 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.16
, plutus-core ^>=1.17

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.16
, plutus-core ^>=1.17
, plutus-metatheory
, transformers
7 changes: 7 additions & 0 deletions plutus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

<a id='changelog-1.17.0.0'></a>
# 1.17.0.0 — 2023-11-22

## Added

- `Hashable` instances for `Data`, UPLC `Term` and related types.

<a id='changelog-1.16.0.0'></a>
# 1.16.0.0 — 2023-11-10

Expand Down
3 changes: 0 additions & 3 deletions plutus-core/changelog.d/20231111_160632_unsafeFixIO_hash.md

This file was deleted.

Loading

0 comments on commit e974b48

Please sign in to comment.