Skip to content

Commit

Permalink
Update to CSL v13.2.0
Browse files Browse the repository at this point in the history
This should resolve the issue of occasional transaction script
integrity hash mismatches on tx submission.
  • Loading branch information
errfrom committed Nov 18, 2024
1 parent 826b38b commit 4f40bba
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@mlabs-haskell/cardano-message-signing": "^1.0.1",
"@mlabs-haskell/cardano-serialization-lib-gc": "12.0.0",
"@mlabs-haskell/cardano-serialization-lib-gc": "13.2.0",
"@mlabs-haskell/json-bigint": "2.0.0",
"@mlabs-haskell/uplc-apply-args": "1.0.29-alpha",
"@noble/secp256k1": "^1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ let additions =
]
, repo =
"https://github.com/mlabs-haskell/purescript-cardano-serialization-lib"
, version = "v2.0.0"
, version = "edc5f2bdbe33fd09dab3fbe7a43859de9e825ff1"
}
, cardano-plutus-data-schema =
{ dependencies = [ "prelude" ]
Expand Down Expand Up @@ -372,7 +372,7 @@ let additions =
, "unsafe-coerce"
]
, repo = "https://github.com/mlabs-haskell/purescript-cardano-types"
, version = "v3.0.0"
, version = "1036aa73a07f1aaa367c9d2cb53c701b09eecb26"
}
, cardano-message-signing =
{ dependencies =
Expand Down
12 changes: 6 additions & 6 deletions spago-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f40bba

Please sign in to comment.