Releases: tact-lang/ton-opcode
Releases · tact-lang/ton-opcode
v0.3.0
v0.2.0
v0.1.0
What's Changed
- Migrate bytecode decoder to tvm-spec by @hacker-volodya in #39
- New version by @i582 in #40
- feat: add test for
GETGLOB
andGETGLOBVAR
by @i582 in #42 - feat: add test for
SDBEGINSX
andSDBEGINSXQ
by @i582 in #43 - fix: follow-up fixes after tact-lang/tact#1242 by @i582 in #44
New Contributors
- @hacker-volodya made their first contribution in #39
Full Changelog: v0.0.19...v0.1.0
Release 0.0.19
Release 0.0.18
Added
- Support of
GETFORWARDFEE
opcode: PR #23
Release 0.0.17
Added
- Support of
GETGASFEE
opcode: PR #21
Updated
- Node.js version in CI to match the Tact compiler (v22)
Release 0.0.16
Added
- Test decompilation of the binary produced for
mathlib.fc
: PR #16
Fixed
- Division instructions parsing: PR #16
Release 0.0.15
Release 0.0.14
Changed
- Migrated to @ton org libraries and upgraded tvm-disassembler version
Release 0.0.13
Fixed
- Fix
PUSHREFCONT
opcode handling