Skip to content

Commit 42331cb

Browse files
committed
Upgrades lbt-plutus-purescript
1 parent df5a487 commit 42331cb

File tree

8 files changed

+553
-604
lines changed

8 files changed

+553
-604
lines changed

lambda-buffers-codegen/src/LambdaBuffers/Codegen/Purescript/Print/LamVal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ caseInt :: Purs.QValName
3535
caseInt = normalValName "lbr-prelude" "LambdaBuffers.Runtime.Prelude" "caseInt"
3636

3737
fromInt :: Purs.QValName
38-
fromInt = normalValName "bigint" "Data.BigInt" "fromInt"
38+
fromInt = normalValName "js-bigints" "JS.BigInt" "fromInt"
3939

4040
printCtorCase :: MonadPrint m => PC.QTyName -> ((LV.Ctor, [LV.ValueE]) -> LV.ValueE) -> LV.Ctor -> m (Doc ann)
4141
printCtorCase (_, tyn) ctorCont ctor@(ctorN, fields) = do

testsuites/lbt-plutus/lbt-plutus-purescript/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _:
2929
packageLockOnly = true;
3030
packages =
3131
[
32-
pkgs.nodejs_16
32+
pkgs.nodejs-18_x
3333
pkgs.bashInteractive
3434
pkgs.fd
3535
] ++ config.settings.shell.tools;

testsuites/lbt-plutus/lbt-plutus-purescript/package-lock.json

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

testsuites/lbt-plutus/lbt-plutus-purescript/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"dependencies": {
1717
"@emurgo/cardano-serialization-lib-browser": "11.2.1",
1818
"@emurgo/cardano-serialization-lib-nodejs": "11.2.1",
19+
"@mlabs-haskell/cardano-serialization-lib-gc-browser": "^1.0.6",
20+
"@mlabs-haskell/cardano-serialization-lib-gc-nodejs": "^1.0.6",
1921
"@mlabs-haskell/csl-gc-wrapper": "^1.0.1",
20-
"@mlabs-haskell/json-bigint": " 1.0.0",
22+
"@mlabs-haskell/json-bigint": "2.0.0",
2123
"@noble/secp256k1": "^1.7.0",
2224
"base64-js": "^1.5.1",
23-
"big-integer": "1.6.51",
2425
"bignumber.js": "^9.1.1",
2526
"bufferutil": "4.0.5",
2627
"node-polyfill-webpack-plugin": "1.1.4",

0 commit comments

Comments
 (0)