Releases: tact-lang/ton-opcode
Releases · tact-lang/ton-opcode
Release 0.0.12
Changed
- Deterministic function name ordering
Added
lazy_deployment_completed
andget_abi_ipfs
to known methods
Release 0.0.11
Fixed
- Fixed implicit jump handling
Release 0.0.10
Fixed
- Fix opcode offsets and source cell hash in
PUSHCONT
opcode that could lead to broken code coverage
Changed
- Upgrade to
[email protected]
Release 0.0.9
- Fix oppcode length in shifted cells
Release 0.0.8
Fixed
- Fix hashes in shifted cells
Release 0.0.7
Fixed
- Fix opcode offsets in shifted cells
Release 0.0.6
Fixed
- Fix invalid cell hash and offset in dict-based parser
Release 0.0.5
Changed
- Change printer interface and include more lines in opcode related printer
Release 0.0.4
Added
- Added support for custom printer in decompiler
Release 0.0.3
Added
- Handling debug opcodes
Changed
- Change unknown function name prefix
Fixed
- Missigng IFJMPREF processing in decompileAll