@tact-lang/opcode
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -8,2 +8,7 @@ # Changelog | ||
## [0.0.13] - 2023-04-08 | ||
## Fixed | ||
- Fix `PUSHREFCONT` opcode handling | ||
## [0.0.12] - 2023-03-28 | ||
@@ -10,0 +15,0 @@ |
@@ -165,3 +165,4 @@ "use strict"; | ||
|| opcode.code === 'IFREFELSEREF' | ||
|| opcode.code === 'IFELSEREF') { | ||
|| opcode.code === 'IFELSEREF' | ||
|| opcode.code === 'PUSHREFCONT') { | ||
let c = opcode.args[0]; | ||
@@ -168,0 +169,0 @@ let opstr = '<{'; |
{ | ||
"name": "@tact-lang/opcode", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/tact-lang/ton-opcode.git", |
@@ -187,3 +187,4 @@ import { Cell, Dictionary, DictionaryValue } from "ton-core"; | ||
|| opcode.code === 'IFREFELSEREF' | ||
|| opcode.code === 'IFELSEREF') { | ||
|| opcode.code === 'IFELSEREF' | ||
|| opcode.code === 'PUSHREFCONT') { | ||
let c = opcode.args[0]; | ||
@@ -190,0 +191,0 @@ let opstr = '<{'; |
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
6105886
6170