Skip to content

Commit bd8ba58

Browse files
committed
Merge branch 'develop' into dshuiski/refactor
2 parents b881710 + 2ce50a5 commit bd8ba58

37 files changed

+707
-325
lines changed

CHANGELOG.md

+39-25
Original file line numberDiff line numberDiff line change
@@ -7,77 +7,91 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
88
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
99

10+
- [[v9.3.0]](#v930)
11+
- [Fixed](#fixed)
12+
- [Changed](#changed)
1013
- [[v9.2.0]](#v920)
1114
- [Added](#added)
12-
- [Changed](#changed)
15+
- [Changed](#changed-1)
1316
- [Removed](#removed)
14-
- [Fixed](#fixed)
17+
- [Fixed](#fixed-1)
1518
- [[v9.1.0]](#v910)
1619
- [Added](#added-1)
17-
- [Changed](#changed-1)
20+
- [Changed](#changed-2)
1821
- [Removed](#removed-1)
19-
- [Fixed](#fixed-1)
22+
- [Fixed](#fixed-2)
2023
- [[v9.0.0]](#v900)
2124
- [Deprecated](#deprecated)
2225
- [Added](#added-2)
2326
- [Removed](#removed-2)
24-
- [Changed](#changed-2)
25-
- [Fixed](#fixed-2)
26-
- [[v8.0.0]](#v800)
27-
- [Added](#added-3)
2827
- [Changed](#changed-3)
2928
- [Fixed](#fixed-3)
29+
- [[v8.0.0]](#v800)
30+
- [Added](#added-3)
31+
- [Changed](#changed-4)
32+
- [Fixed](#fixed-4)
3033
- [Removed](#removed-3)
3134
- [[v7.0.0]](#v700)
3235
- [Added](#added-4)
33-
- [Changed](#changed-4)
34-
- [Fixed](#fixed-4)
36+
- [Changed](#changed-5)
37+
- [Fixed](#fixed-5)
3538
- [Removed](#removed-4)
3639
- [[v6.0.0]](#v600)
3740
- [Added](#added-5)
38-
- [Changed](#changed-5)
39-
- [Fixed](#fixed-5)
41+
- [Changed](#changed-6)
42+
- [Fixed](#fixed-6)
4043
- [Removed](#removed-5)
4144
- [[v5.0.0]](#v500)
4245
- [Added](#added-6)
43-
- [Changed](#changed-6)
46+
- [Changed](#changed-7)
4447
- [Removed](#removed-6)
45-
- [Fixed](#fixed-6)
48+
- [Fixed](#fixed-7)
4649
- [Runtime Dependencies](#runtime-dependencies)
4750
- [[v4.0.2] - 2023-01-17](#v402---2023-01-17)
48-
- [Fixed](#fixed-7)
51+
- [Fixed](#fixed-8)
4952
- [[v4.0.1] - 2022-12-20](#v401---2022-12-20)
5053
- [Added](#added-7)
5154
- [[v4.0.0] - 2022-12-15](#v400---2022-12-15)
5255
- [Added](#added-8)
53-
- [Changed](#changed-7)
56+
- [Changed](#changed-8)
5457
- [Removed](#removed-7)
55-
- [Fixed](#fixed-8)
58+
- [Fixed](#fixed-9)
5659
- [Runtime Dependencies](#runtime-dependencies-1)
5760
- [[3.0.0] - 2022-11-21](#300---2022-11-21)
5861
- [Added](#added-9)
59-
- [Changed](#changed-8)
62+
- [Changed](#changed-9)
6063
- [Removed](#removed-8)
61-
- [Fixed](#fixed-9)
64+
- [Fixed](#fixed-10)
6265
- [Runtime Dependencies](#runtime-dependencies-2)
6366
- [[2.0.0] - 2022-09-12](#200---2022-09-12)
6467
- [Added](#added-10)
65-
- [Changed](#changed-9)
68+
- [Changed](#changed-10)
6669
- [Removed](#removed-9)
67-
- [Fixed](#fixed-10)
70+
- [Fixed](#fixed-11)
6871
- [[2.0.0-alpha] - 2022-07-05](#200-alpha---2022-07-05)
6972
- [Added](#added-11)
7073
- [Removed](#removed-10)
71-
- [Changed](#changed-10)
72-
- [Fixed](#fixed-11)
73-
- [[1.1.0] - 2022-06-30](#110---2022-06-30)
74+
- [Changed](#changed-11)
7475
- [Fixed](#fixed-12)
75-
- [[1.0.1] - 2022-06-17](#101---2022-06-17)
76+
- [[1.1.0] - 2022-06-30](#110---2022-06-30)
7677
- [Fixed](#fixed-13)
78+
- [[1.0.1] - 2022-06-17](#101---2022-06-17)
79+
- [Fixed](#fixed-14)
7780
- [[1.0.0] - 2022-06-10](#100---2022-06-10)
7881

7982
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8083

84+
## [v9.3.0]
85+
86+
### Fixed
87+
88+
- Updated fee structure that takes [reference script size fee requirements into account](https://github.com/IntersectMBO/cardano-ledger/blob/cardano-ledger-shelley-ma-test-1.2.2.3/docs/adr/2024-08-14_009-refscripts-fee-change.md) ([#1647](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1647))
89+
- Fixed Blockfrost PlutusV3 cost model decoding (preprod and preview return cost models in different formats) ([#1647](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1647))
90+
91+
### Changed
92+
93+
- `cardano-serialization-lib` has been updated to `v12.0.0` ([#1647](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1647))
94+
8195
## [v9.2.0]
8296

8397
### Added

examples/MintsMultipleTokens.purs

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ contract = do
6464
( PlutusScriptCredential (ScriptValue mp1) $ RedeemerDatum $ Integer
6565
(BigInt.fromInt 1)
6666
)
67+
, MintAsset cs1 tn2 Int.one
68+
( PlutusScriptCredential (ScriptValue mp1) $ RedeemerDatum $ Integer
69+
(BigInt.fromInt 1)
70+
)
6771
, MintAsset cs2 tn2 Int.one
6872
( PlutusScriptCredential (ScriptValue mp2) $ RedeemerDatum $ Integer
6973
(BigInt.fromInt 2)

fixtures/test/blockfrost/getProtocolParameters-preprod/getProtocolParameters-preprod-7f56c39a71503c097c448dc4b47b0e34.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fixtures/test/blockfrost/getProtocolParameters-preview/getProtocolParameters-preview-659470119e7874ecf112dd05db4b691d.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fixtures/test/blockfrost/getProtocolParameters/.gitkeep

Whitespace-only changes.

fixtures/test/blockfrost/getProtocolParameters/getProtocolParameters-6ac22050d53def4302608de2fa695f02.json

-1
This file was deleted.

fixtures/test/ogmios/queryLedgerState-protocolParameters-preprod-aaa9a3fbcf526a678489845a2de49600.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fixtures/test/ogmios/queryLedgerState-protocolParameters-preview-256d19f15eb1f722b0b66b25d20961b8.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"@mlabs-haskell/cardano-message-signing": "^1.0.1",
35-
"@mlabs-haskell/cardano-serialization-lib-gc": "12.0.0-alpha.31",
35+
"@mlabs-haskell/cardano-serialization-lib-gc": "12.0.0",
3636
"@mlabs-haskell/json-bigint": "2.0.0",
3737
"@mlabs-haskell/uplc-apply-args": "1.0.29-alpha",
3838
"@noble/secp256k1": "^1.7.0",

packages.dhall

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ let additions =
118118
, "untagged-union"
119119
]
120120
, repo = "https://github.com/mlabs-haskell/purescript-cip30"
121-
, version = "v1.0.0"
121+
, version = "v1.0.1"
122122
}
123123
, cip30-typesafe =
124124
{ dependencies =
@@ -214,7 +214,7 @@ let additions =
214214
]
215215
, repo =
216216
"https://github.com/mlabs-haskell/purescript-cardano-serialization-lib"
217-
, version = "v1.0.0"
217+
, version = "v2.0.0"
218218
}
219219
, cardano-plutus-data-schema =
220220
{ dependencies = [ "prelude" ]
@@ -372,7 +372,7 @@ let additions =
372372
, "unsafe-coerce"
373373
]
374374
, repo = "https://github.com/mlabs-haskell/purescript-cardano-types"
375-
, version = "v2.0.1"
375+
, version = "v3.0.0"
376376
}
377377
, cardano-message-signing =
378378
{ dependencies =
@@ -453,7 +453,7 @@ let additions =
453453
]
454454
, repo =
455455
"https://github.com/mlabs-haskell/purescript-cardano-transaction-builder"
456-
, version = "a9c033b9a2bb78b134ae5309209f73e47f3d5791"
456+
, version = "v2.0.0"
457457
}
458458
, mote-testplan =
459459
{ dependencies =

0 commit comments

Comments
 (0)