Client command for normalizing a whole Michelson stack
Context
This work has been extracted from my old MR on adding support for TZT. In TZT unit tests, the client has to compare the actual result of the interpreter with the provided expected output; it does so modulo unparsing mode by normalizing both actual and expected results.
Normalization of stacks is probably a useful tool on its own and it is much simpler to implement than full TZT support hence the extraction of this part.
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR