Proto/Michelson: do not strip annotations for entrypoints RPCs
Context
Solves part of #2707 (closed): we lost non-entrypoint annotations of entrypoint types.
For this we need to carry the original type of entrypoints in the entrypoint tree.
Based on !4844 (merged)
Manually testing the MR
- test
entrypointsRPCs as in #2707 (closed) - play with client commands
get contract entrypoints for/get contract entrypoint type of ... forwith and without--normalize-types - see updated Tezt regression tests
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
Edited by Mehdi Bouaziz