[#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
Merge request reports
Activity
added 1 commit
- ed75d238 - [#470 (closed)] Added parsing of right-combed values
added 1 commit
- 330874a0 - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
marked this merge request as draft from 330874a0
added 1 commit
- 377360a5 - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
added 1 commit
- 3771d954 - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
added 1 commit
- fbbe6eb1 - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
added 1 commit
- 19f2bcd7 - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
added 1 commit
- 79de65a7 - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
mentioned in issue #470 (closed)
added 1 commit
- 5503b475 - [#470 (closed)] Update reference typechecking job
added 1 commit
- 94d5a690 - fixup! [#470 (closed)] Update reference typechecking job
@diogo.castro, CI passes now
- Resolved by Roman Melnikov
added 1 commit
- b6f571ae - fixup! [#470 (closed)] Added unpacking/parsing of right-comped pair types
marked this merge request as draft from b6f571ae
Please register or sign in to reply