[go: up one dir, main page]

Proto/Michelson: enrich the transaction internal operation

Context

This is the third part to answer issue #2035 (closed).

It adds a Michelson version of the transaction parameters:

  • it enriches Script_interpreter.execute with the possibility to run the interpreter on a parsed or an unparsed parameter;
  • similarly, it enriches the transaction application (Apply.apply_transaction);
  • a typed parameter field is added to the Script_typed_ir.Transaction variant;
  • finally, it optimizes ticket functionalities by benefiting from the available typed parameters (fixes issue #2350 (closed)).

Manually testing the MR

Continuous integration.

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). Existing tests cover the modifications.
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else). No new feature or bug fix.
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Nicolas Ayache

Merge request reports

Loading