marigold-dev / marigold-dev/deku

consensus contract + tickets contract

Open
#77 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

backlog
Dominant language
OCaml
Stars
82
Forks
17
PR merge metrics
No merged PRs in 30d

Description

## Problem

When adding tickets we need to have a communication link that reads the data of the consensus contract. But because reading data from another contract on Tezos is not straightforward and it is quite error prone we should do tickets inside of the consensus contract.

This means multiple entry points each one operating on a different piece of data.

## Possible future solutions

This could be achieved in different ways by making so that the consensus contract also updates the relevant data on the tickets contract.

## Related Issues

- #34

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files, tests, or entry points. Start by reviewing related issue #34 and locating the consensus and tickets contract implementations. Define the required contract entry points and data flow before estimating or implementing the change.

Written by the indexing model from the issue text.

Assessment

Tech stack
ocaml
Domain
blockchain
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.