Skip to content

Releases: tact-lang/ton-opcode

v0.3.0

27 Feb 13:12
62c3bec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Feb 08:55
c5aa500
Compare
Choose a tag to compare

What's Changed

  • Fixed issues with building as package by @i582 in #54
  • Don't add Fift WASM to package by @i582 in #54

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Feb 04:36
52aade0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.19...v0.1.0

Release 0.0.19

18 Feb 03:46
620e735
Compare
Choose a tag to compare

Added

  • Added more aliases: x ADD => x ADDCONST, -1 ADD => DEC, -1 MUL => NEGATE. PR #29
  • Added support for SDBEGINS and SDBEGINSQ opcodes. PR #31

Changed

  • Splited decompilation to AST and Writer: PR #26

Release 0.0.18

05 Jan 12:53
fe1c09b
Compare
Choose a tag to compare

Added

  • Support of GETFORWARDFEE opcode: PR #23

Release 0.0.17

03 Jan 08:29
c5ee317
Compare
Choose a tag to compare

Added

  • Support of GETGASFEE opcode: PR #21

Updated

  • Node.js version in CI to match the Tact compiler (v22)

Release 0.0.16

21 Jul 06:40
5689bef
Compare
Choose a tag to compare

Added

  • Test decompilation of the binary produced for mathlib.fc: PR #16

Fixed

  • Division instructions parsing: PR #16

Release 0.0.15

09 Jun 13:15
09de023
Compare
Choose a tag to compare

Added

  • All new opcodes from TVM Upgrade 2023.07: PR #7
  • All new opcodes from TVM Upgrade 2024.04: PR #12

Release 0.0.14

05 Sep 08:36
Compare
Choose a tag to compare

Changed

  • Migrated to @ton org libraries and upgraded tvm-disassembler version

Release 0.0.13

08 Apr 12:50
Compare
Choose a tag to compare

Fixed

  • Fix PUSHREFCONT opcode handling