Skip to content

Commit 384997b

Browse files
authored
Release 1.35.0.0 (#6538)
1 parent 9eba5de commit 384997b

File tree

14 files changed

+155
-152
lines changed

14 files changed

+155
-152
lines changed

cardano-constitution/cardano-constitution.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ library
8282
, base >=4.9 && <5
8383
, containers
8484
, filepath
85-
, plutus-core ^>=1.34
86-
, plutus-ledger-api ^>=1.34
87-
, plutus-tx ^>=1.34
88-
, plutus-tx-plugin ^>=1.34
85+
, plutus-core ^>=1.35
86+
, plutus-ledger-api ^>=1.35
87+
, plutus-tx ^>=1.35
88+
, plutus-tx-plugin ^>=1.35
8989
, regex-tdfa
9090
, safe
9191
, template-haskell
@@ -124,9 +124,9 @@ test-suite cardano-constitution-test
124124
, containers
125125
, directory
126126
, filepath
127-
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
128-
, plutus-ledger-api ^>=1.34
129-
, plutus-tx ^>=1.34
127+
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.35
128+
, plutus-ledger-api ^>=1.35
129+
, plutus-tx ^>=1.35
130130
, QuickCheck
131131
, serialise
132132
, tasty
@@ -151,4 +151,4 @@ executable create-json-envelope
151151
, base
152152
, cardano-api
153153
, cardano-constitution
154-
, plutus-ledger-api ^>=1.34
154+
, plutus-ledger-api ^>=1.35

doc/docusaurus/docusaurus-examples.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ library docusaurus-code
3939

4040
build-depends:
4141
, base >=4.9 && <5
42-
, plutus-core ^>=1.34
43-
, plutus-ledger-api ^>=1.34
44-
, plutus-tx ^>=1.34
42+
, plutus-core ^>=1.35
43+
, plutus-ledger-api ^>=1.35
44+
, plutus-tx ^>=1.35
4545

4646
if !(impl(ghcjs) || os(ghcjs))
4747
build-depends: plutus-tx-plugin
@@ -55,5 +55,5 @@ executable example-cip57
5555
build-depends:
5656
, base ^>=4.18
5757
, containers
58-
, plutus-ledger-api ^>=1.34
59-
, plutus-tx ^>=1.34
58+
, plutus-ledger-api ^>=1.35
59+
, plutus-tx ^>=1.35

plutus-benchmark/plutus-benchmark.cabal

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ library plutus-benchmark-common
9494
, directory
9595
, filepath
9696
, flat ^>=0.6
97-
, plutus-core ^>=1.34
98-
, plutus-ledger-api ^>=1.34
97+
, plutus-core ^>=1.35
98+
, plutus-ledger-api ^>=1.35
9999
, plutus-tx-test-util
100100
, tasty
101101
, tasty-golden
@@ -122,9 +122,9 @@ library nofib-internal
122122
, base >=4.9 && <5
123123
, deepseq
124124
, plutus-benchmark-common
125-
, plutus-core ^>=1.34
126-
, plutus-tx ^>=1.34
127-
, plutus-tx-plugin ^>=1.34
125+
, plutus-core ^>=1.35
126+
, plutus-tx ^>=1.35
127+
, plutus-tx-plugin ^>=1.35
128128

129129
executable nofib-exe
130130
import: lang, ghc-version-support, os-support
@@ -138,8 +138,8 @@ executable nofib-exe
138138
, nofib-internal
139139
, optparse-applicative
140140
, plutus-benchmark-common
141-
, plutus-core ^>=1.34
142-
, plutus-tx ^>=1.34
141+
, plutus-core ^>=1.35
142+
, plutus-tx ^>=1.35
143143
, prettyprinter
144144
, transformers
145145

@@ -177,8 +177,8 @@ test-suite plutus-benchmark-nofib-tests
177177
, base >=4.9 && <5
178178
, nofib-internal
179179
, plutus-benchmark-common
180-
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
181-
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
180+
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.35
181+
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.35
182182
, tasty
183183
, tasty-hunit
184184
, tasty-quickcheck
@@ -204,9 +204,9 @@ library lists-internal
204204
, base >=4.9 && <5
205205
, mtl
206206
, plutus-benchmark-common
207-
, plutus-core ^>=1.34
208-
, plutus-tx ^>=1.34
209-
, plutus-tx-plugin ^>=1.34
207+
, plutus-core ^>=1.35
208+
, plutus-tx ^>=1.35
209+
, plutus-tx-plugin ^>=1.35
210210

211211
executable list-sort-exe
212212
import: lang, ghc-version-support, os-support
@@ -217,7 +217,7 @@ executable list-sort-exe
217217
, lists-internal
218218
, monoidal-containers
219219
, plutus-benchmark-common
220-
, plutus-core ^>=1.34
220+
, plutus-core ^>=1.35
221221

222222
benchmark lists
223223
import: lang, ghc-version-support, os-support
@@ -229,7 +229,7 @@ benchmark lists
229229
, criterion >=1.5.9.0
230230
, lists-internal
231231
, plutus-benchmark-common
232-
, plutus-ledger-api ^>=1.34
232+
, plutus-ledger-api ^>=1.35
233233

234234
test-suite plutus-benchmark-lists-tests
235235
import: lang, ghc-version-support, os-support
@@ -246,8 +246,8 @@ test-suite plutus-benchmark-lists-tests
246246
, base >=4.9 && <5
247247
, lists-internal
248248
, plutus-benchmark-common
249-
, plutus-core:plutus-core-testlib ^>=1.34
250-
, plutus-tx:plutus-tx-testlib ^>=1.34
249+
, plutus-core:plutus-core-testlib ^>=1.35
250+
, plutus-tx:plutus-tx-testlib ^>=1.35
251251
, tasty
252252
, tasty-quickcheck
253253

@@ -268,8 +268,8 @@ benchmark validation
268268
, flat ^>=0.6
269269
, optparse-applicative
270270
, plutus-benchmark-common
271-
, plutus-core ^>=1.34
272-
, plutus-ledger-api ^>=1.34
271+
, plutus-core ^>=1.35
272+
, plutus-ledger-api ^>=1.35
273273

274274
---------------- validation-decode ----------------
275275

@@ -289,8 +289,8 @@ benchmark validation-decode
289289
, flat ^>=0.6
290290
, optparse-applicative
291291
, plutus-benchmark-common
292-
, plutus-core ^>=1.34
293-
, plutus-ledger-api ^>=1.34
292+
, plutus-core ^>=1.35
293+
, plutus-ledger-api ^>=1.35
294294

295295
---------------- validation-full ----------------
296296

@@ -310,8 +310,8 @@ benchmark validation-full
310310
, flat ^>=0.6
311311
, optparse-applicative
312312
, plutus-benchmark-common
313-
, plutus-core ^>=1.34
314-
, plutus-ledger-api ^>=1.34
313+
, plutus-core ^>=1.35
314+
, plutus-ledger-api ^>=1.35
315315

316316
---------------- Cek cost model calibration ----------------
317317

@@ -327,10 +327,10 @@ benchmark cek-calibration
327327
, lens
328328
, mtl
329329
, plutus-benchmark-common
330-
, plutus-core ^>=1.34
331-
, plutus-ledger-api ^>=1.34
332-
, plutus-tx ^>=1.34
333-
, plutus-tx-plugin ^>=1.34
330+
, plutus-core ^>=1.35
331+
, plutus-ledger-api ^>=1.35
332+
, plutus-tx ^>=1.35
333+
, plutus-tx-plugin ^>=1.35
334334

335335
---------------- Signature verification throughput ----------------
336336

@@ -346,9 +346,9 @@ executable ed25519-costs
346346
, cardano-crypto-class
347347
, hedgehog
348348
, plutus-benchmark-common
349-
, plutus-core ^>=1.34
350-
, plutus-tx ^>=1.34
351-
, plutus-tx-plugin ^>=1.34
349+
, plutus-core ^>=1.35
350+
, plutus-tx ^>=1.35
351+
, plutus-tx-plugin ^>=1.35
352352

353353
-- Calculate the predicted costs of sequences of ed25519 signature verification
354354
-- operations and compare them with a golden file.
@@ -365,9 +365,9 @@ test-suite ed25519-costs-test
365365
, cardano-crypto-class
366366
, hedgehog
367367
, plutus-benchmark-common
368-
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
369-
, plutus-tx ^>=1.34
370-
, plutus-tx-plugin ^>=1.34
368+
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.35
369+
, plutus-tx ^>=1.35
370+
, plutus-tx-plugin ^>=1.35
371371

372372
---------------- BLS12-381 experiments ----------------
373373

@@ -385,10 +385,10 @@ library bls12-381lib-internal
385385
, bytestring
386386
, hedgehog
387387
, plutus-benchmark-common
388-
, plutus-core ^>=1.34
389-
, plutus-ledger-api ^>=1.34
390-
, plutus-tx ^>=1.34
391-
, plutus-tx-plugin ^>=1.34
388+
, plutus-core ^>=1.35
389+
, plutus-ledger-api ^>=1.35
390+
, plutus-tx ^>=1.35
391+
, plutus-tx-plugin ^>=1.35
392392

393393
-- Print out predicted costs of various scripts involving BLS12-381 operations
394394
executable bls12-381-costs
@@ -412,7 +412,7 @@ test-suite bls12-381-costs-test
412412
, base >=4.9 && <5
413413
, bls12-381lib-internal
414414
, plutus-benchmark-common
415-
, plutus-core:plutus-core-testlib ^>=1.34
415+
, plutus-core:plutus-core-testlib ^>=1.35
416416

417417
-- Run benchmarks for various scripts involving BLS12-381 operations
418418
benchmark bls12-381-benchmarks
@@ -426,8 +426,8 @@ benchmark bls12-381-benchmarks
426426
, bytestring
427427
, criterion >=1.5.9.0
428428
, plutus-benchmark-common
429-
, plutus-ledger-api ^>=1.34
430-
, plutus-tx ^>=1.34
429+
, plutus-ledger-api ^>=1.35
430+
, plutus-tx ^>=1.35
431431

432432
---------------- script contexts ----------------
433433

@@ -440,9 +440,9 @@ library script-contexts-internal
440440

441441
build-depends:
442442
, base >=4.9 && <5
443-
, plutus-ledger-api ^>=1.34
444-
, plutus-tx ^>=1.34
445-
, plutus-tx-plugin ^>=1.34
443+
, plutus-ledger-api ^>=1.35
444+
, plutus-tx ^>=1.35
445+
, plutus-tx-plugin ^>=1.35
446446

447447
test-suite plutus-benchmark-script-contexts-tests
448448
import: lang, ghc-version-support, os-support
@@ -454,8 +454,8 @@ test-suite plutus-benchmark-script-contexts-tests
454454
build-depends:
455455
, base >=4.9 && <5
456456
, plutus-benchmark-common
457-
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
458-
, plutus-tx:plutus-tx-testlib ^>=1.34
457+
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.35
458+
, plutus-tx:plutus-tx-testlib ^>=1.35
459459
, script-contexts-internal
460460
, tasty
461461
, tasty-hunit
@@ -484,10 +484,10 @@ library marlowe-internal
484484
, mtl
485485
, newtype-generics
486486
, plutus-benchmark-common
487-
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.34
488-
, plutus-ledger-api ^>=1.34
489-
, plutus-tx ^>=1.34
490-
, plutus-tx-plugin ^>=1.34
487+
, plutus-core:{plutus-core, plutus-core-execlib} ^>=1.35
488+
, plutus-ledger-api ^>=1.35
489+
, plutus-tx ^>=1.35
490+
, plutus-tx-plugin ^>=1.35
491491
, serialise
492492

493493
executable marlowe-validators
@@ -507,8 +507,8 @@ executable marlowe-validators
507507
, cardano-binary
508508
, marlowe-internal
509509
, plutus-benchmark-common
510-
, plutus-ledger-api ^>=1.34
511-
, plutus-tx ^>=1.34
510+
, plutus-ledger-api ^>=1.35
511+
, plutus-tx ^>=1.35
512512
, serialise
513513

514514
benchmark marlowe
@@ -522,8 +522,8 @@ benchmark marlowe
522522
, criterion
523523
, marlowe-internal
524524
, plutus-benchmark-common
525-
, plutus-ledger-api ^>=1.34
526-
, plutus-tx ^>=1.34
525+
, plutus-ledger-api ^>=1.35
526+
, plutus-tx ^>=1.35
527527

528528
test-suite plutus-benchmark-marlowe-tests
529529
import: lang, ghc-version-support, os-support
@@ -535,9 +535,9 @@ test-suite plutus-benchmark-marlowe-tests
535535
build-depends:
536536
, base >=4.9 && <5
537537
, marlowe-internal
538-
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
539-
, plutus-ledger-api ^>=1.34
540-
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
538+
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.35
539+
, plutus-ledger-api ^>=1.35
540+
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.35
541541
, tasty
542542

543543
---------------- agda evaluators ----------------
@@ -551,7 +551,7 @@ library agda-internal
551551
build-depends:
552552
, base >=4.9 && <5
553553
, criterion
554-
, plutus-core ^>=1.34
554+
, plutus-core ^>=1.35
555555
, plutus-metatheory
556556

557557
benchmark validation-agda-cek
@@ -571,7 +571,7 @@ benchmark validation-agda-cek
571571
, flat ^>=0.6
572572
, optparse-applicative
573573
, plutus-benchmark-common
574-
, plutus-core ^>=1.34
574+
, plutus-core ^>=1.35
575575

576576
benchmark nofib-agda-cek
577577
import: lang, ghc-version-support, os-support
@@ -598,8 +598,8 @@ benchmark marlowe-agda-cek
598598
, criterion
599599
, marlowe-internal
600600
, plutus-benchmark-common
601-
, plutus-ledger-api ^>=1.34
602-
, plutus-tx ^>=1.34
601+
, plutus-ledger-api ^>=1.35
602+
, plutus-tx ^>=1.35
603603

604604
-------------------- bitwise-----------------------
605605

@@ -615,8 +615,8 @@ library bitwise-internal
615615

616616
build-depends:
617617
, base
618-
, plutus-tx ^>=1.34
619-
, plutus-tx-plugin ^>=1.34
618+
, plutus-tx ^>=1.35
619+
, plutus-tx-plugin ^>=1.35
620620

621621
test-suite bitwise-test
622622
import: lang, ghc-version-support, os-support
@@ -628,8 +628,8 @@ test-suite bitwise-test
628628
, bitwise-internal
629629
, cryptohash-sha512
630630
, ed25519
631-
, plutus-core:plutus-core-testlib ^>=1.34
632-
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
631+
, plutus-core:plutus-core-testlib ^>=1.35
632+
, plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.35
633633
, tasty
634634
, tasty-hunit
635635

@@ -643,4 +643,4 @@ benchmark bitwise-bench
643643
, bitwise-internal
644644
, criterion
645645
, plutus-benchmark-common
646-
, plutus-tx ^>=1.34
646+
, plutus-tx ^>=1.35

0 commit comments

Comments
 (0)