@typeberry/lib 0.6.0-079e56c → 0.6.0-7d1524a

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/lib",
3
- "version": "0.6.0-079e56c",
3
+ "version": "0.6.0-7d1524a",
4
4
  "description": "Typeberry Library",
5
5
  "main": "./bin/lib/index.js",
6
6
  "types": "./bin/lib/index.d.ts",
@@ -109,7 +109,7 @@ export class AnanasInterpreter {
109
109
  const programArr = lowerBytes(program);
110
110
  const argsArr = lowerBytes(args);
111
111
  this.gas.initialGas = gas;
112
- this.instance.resetJAM(programArr, pc, BigInt(gas), argsArr, true);
112
+ this.instance.resetJAM(programArr, pc, BigInt(gas), argsArr, true, false);
113
113
  }
114
114
  resetGeneric(program, _pc, gas) {
115
115
  const programArr = lowerBytes(program);