Proto/Michelson: preparation work to separate internal operations
Context
This is the first part to answer issue #2035 (closed).
It implements some preparation work to separate internal operations. Mainly:
- remove the unused
operation_sizefunction so that it does not get in our way; - extract some behavior related to internal operations in order to share them between internal and external operations;
-
find_entrypointworks at Michelson level (instead of Micheline); - have dedicated types in
Apply_resultsfor returning results of internal operations.
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 (No new feature or bug fix.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
Edited by Nicolas Ayache