@harmoniclabs/plu-ts-offchain
Advanced tools
Comparing version 0.1.12-dev2 to 0.1.12-dev3
@@ -801,2 +801,8 @@ "use strict"; | ||
var _isScriptValid = true; | ||
// artificially add some budget to allow for small exec costs errors | ||
// TODO: fix `plutus-machine` evaluation | ||
budgetSpent.add({ | ||
cpu: 100000, | ||
mem: 10000 | ||
}); | ||
onScriptResult && onScriptResult(rdmr.clone(), result, budgetSpent.clone(), logs.slice(), callArgs.map(function (d) { return d.clone(); })); | ||
@@ -803,0 +809,0 @@ if (result instanceof uplc_1.ErrorUPLC || |
{ | ||
"name": "@harmoniclabs/plu-ts-offchain", | ||
"version": "0.1.12-dev2", | ||
"version": "0.1.12-dev3", | ||
"description": "An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177672
3290