Tim Zakian
Tim Zakian
## Description The stackless bytecode interpreter was only being used in unit tests, and was not being used there at all. The only usages were for usages to test itself....
## Description Still a bit of a work in progress, but want to put this up for early eyes/feedback anyone might have. ## Test plan 👀
## Description Adds documentation for enums to the Move reference book, and also updates the `abilities` section for them. ## Test plan 👀
## Description As discussed at the Move community meeting for versions of the Move binary format >= 7, we will start flavoring Sui serialized modules with the `0x05` flavor flag....
## Description Enables clever error rendering in the Sui CLI. It also abstracts out some of the rendering logic for constants into their own file so it can be reused...
## Description Adds support for parsing doc comments with attributes either before, after, or in the middle of the doc comments. Before, the following were all errors ```move /// Doc...
## Description Adds a printout of the command run in the expected files for the Move transactional test runner, and also adds a way for custom subcommands to change this...
## Description Fix a typo issue in an old execution version ## Test plan Historical replays
## Description Plumbs tracing into the Move unit tests, and Move CLI (_not_ the Sui CLI just yet!). You can now run with `move test --trace-execution` or `move test --trace-execution...