[Bug][decompiler] Decompiler fails on bytecode version 7 #14455
Labels
bug
Something isn't working
compiler-v2
stale-exempt
Prevents issues from being automatically marked and closed as stale
🐛 Bug
If you compile a Move package with
aptos move compile --move-2
, and then runaptos move decompile
, then it fails with this error:However, if you compile with
aptos move compile --move-2 --bytecode-version=6
, and then runaptos move decompile
, then it runs successfully.Expected Behavior
Decompile works with the latest version of the bytecode.
The text was updated successfully, but these errors were encountered: