[#470] Unpacking/decoding of right-combed pair types
Description
This MR adds these two things:
- Ability to parse right-combed types (e.g.
pair int nat string
) from all 3 formats (binary, micheline, michelson) - Ability to parse right-combed values (e.g.
Pair 1 2 "a"
) from the michelson format (the other 2 formats were already implemented in !753 (merged))
Related issue(s)
Resolves part of #470 (closed)
✅ Checklist for your Merge Request
Related changes (conditional)
-
Tests (see short guidelines)
-
If I added new functionality, I added tests covering it. -
If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
-
-
Documentation
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Edited by Diogo Castro