marigold-dev / marigold-dev/ligolang
support new Michelson type `tx_rollup_address`
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There is a new Michelson type `tx_rollup_address` that will be introduced in this [MR](https://gitlab.com/tezos/tezos/-/merge_requests/4017). The `tx_rollup_address` is implemented as `bytes` underneath, but it will likely be changed to `int` due to the potential performance issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked Tezos MR first to understand the new Michelson type and its proposed representation. Then locate the compiler's Michelson type-handling entry points and determine the required behavior for tx_rollup_address, including whether it is represented as bytes or int; done means the type is supported consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100