@harmoniclabs/buildooor 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -445,6 +445,7 @@ var TxBuilder = /** @class */ (function () {
|
|
|
445
445
|
tx = new cardano_ledger_ts_1.Tx(__assign(__assign({}, tx), { body: new cardano_ledger_ts_1.TxBody(__assign(__assign({}, tx.body), { outputs: txOuts.slice(), fee: fee, scriptDataHash: getScriptDataHash(nextWitnesses, languageViews) })), witnesses: nextWitnesses, isScriptValid: _isScriptValid }));
|
|
446
446
|
_isScriptValid = true;
|
|
447
447
|
totExBudget = new plutus_machine_1.ExBudget({ mem: 0, cpu: 0 });
|
|
448
|
+
cek.resetBudget();
|
|
448
449
|
};
|
|
449
450
|
var this_1 = this;
|
|
450
451
|
for (var round = 0; round < nRounds; round++) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harmoniclabs/buildooor",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Cardano transaction builder in typescript",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@harmoniclabs/obj-utils": "^1.0.0",
|
|
55
55
|
"@harmoniclabs/pair": "^1.0.0",
|
|
56
56
|
"@harmoniclabs/plutus-data": "^2.0.1",
|
|
57
|
-
"@harmoniclabs/plutus-machine": "^3.0.
|
|
57
|
+
"@harmoniclabs/plutus-machine": "^3.0.2",
|
|
58
58
|
"@harmoniclabs/uint8array-utils": "^1.0.4",
|
|
59
59
|
"@harmoniclabs/uplc": "^2.0.6"
|
|
60
60
|
},
|