Skip to content

Commit 9cf8450

Browse files
committed
chore(#3037): Bump CSL to v14
1 parent 998f3c1 commit 9cf8450

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ changes.
1818

1919
### Changed
2020

21+
- Bump CSL to v14 [Issue 3037](https://github.com/IntersectMBO/govtool/issues/3037)
22+
2123
### Removed
2224

2325
## [v2.0.18](https://github.com/IntersectMBO/govtool/releases/tag/v2.0.18) 2025-03-20

govtool/frontend/package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

govtool/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@emotion/react": "^11.11.1",
2727
"@emotion/styled": "^11.11.0",
28-
"@emurgo/cardano-serialization-lib-asmjs": "^12.1.1",
28+
"@emurgo/cardano-serialization-lib-asmjs": "^14.1.1",
2929
"@hookform/resolvers": "^3.3.1",
3030
"@intersect.mbo/govtool-outcomes-pillar-ui": "1.3.0",
3131
"@intersect.mbo/intersectmbo.org-icons-set": "^1.0.8",

govtool/frontend/src/context/wallet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ const CardanoProvider = (props: Props) => {
540540
.max_value_size(epochParams.max_val_size)
541541
.max_tx_size(epochParams.max_tx_size)
542542
.prefer_pure_change(true)
543+
.do_not_burn_extra_change(true)
543544
.ex_unit_prices(
544545
ExUnitPrices.new(
545546
UnitInterval.new(

govtool/frontend/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,11 +1367,16 @@
13671367
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz"
13681368
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
13691369

1370-
"@emurgo/cardano-serialization-lib-asmjs@^12.0.0-beta.2", "@emurgo/cardano-serialization-lib-asmjs@^12.1.1":
1370+
"@emurgo/cardano-serialization-lib-asmjs@^12.0.0-beta.2":
13711371
version "12.1.1"
13721372
resolved "https://registry.npmjs.org/@emurgo/cardano-serialization-lib-asmjs/-/cardano-serialization-lib-asmjs-12.1.1.tgz"
13731373
integrity sha512-K3f28QUfLDJ7seO6MtKfMYtRm5ccf36TQ5yxyTmZqX1TA85MkriEdxqpgV9KLiLEA95emwnlvU2/WmlHMRPg1A==
13741374

1375+
"@emurgo/cardano-serialization-lib-asmjs@^14.1.1":
1376+
version "14.1.1"
1377+
resolved "https://registry.npmjs.org/@emurgo/cardano-serialization-lib-asmjs/-/cardano-serialization-lib-asmjs-14.1.1.tgz"
1378+
integrity sha512-Q2HVpPRt417Quxv3qagGWbkJQU8SiQCl1K/344ZtQMwsLoqTfRlCNzmSWMBN7jyBxbtKoh+vdbSiLqwG1NAjYg==
1379+
13751380
"@esbuild/[email protected]":
13761381
version "0.25.0"
13771382
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz"

0 commit comments

Comments
 (0)