Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 Dev ➾ #1880

Open
1 of 12 tasks
Laucans opened this issue May 29, 2023 · 0 comments
Open
1 of 12 tasks

🚧 Dev ➾ #1880

Laucans opened this issue May 29, 2023 · 0 comments
Labels
dev-task Tasks for the Taqueria Dev Board

Comments

@Laucans
Copy link
Contributor

Laucans commented May 29, 2023

πŸ”— Epic|Feature Link

No response

πŸš₯ Definition of Done

  • 🎯 Planning and Design
  • 🏎️ Dev Implementation Complete
  • ♾️ PR Merged
  • πŸ† Product Acceptance

🧰 Work Description

On ligo plugin, we need to be able to manage all flags from the compiler through taq compile.

For example I want to compile this storage :

const default_storage =  {
    amount: 100000 as mutez,
    receiver: Tezos.get_sender(),
    secret: {
      question: "Do you like Paul",
      encrypted_answer: "yes he is awesome but encrypted",
      encryption_key: "Caesar"
    },
    sender: Tezos.get_sender(),
    pending: true
  };

To be able to interpret Tezos.get_sender() I need to pass the flag --sender with the command ligo compile storage --sender "tzxxx"

βœ… To Do

  • Manage flag now
  • Manage flag sender
  • Manage flag source
  • Manage flag amount
  • Manage flag balance
  • Manage other flags ?

βš–οΈ Acceptance Criteria

✨ Functional:

  • Able to compile with flags

πŸ”­ Scope

πŸ™…β€β™‚οΈ Out of Scope:

  • ...

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Laucans Laucans added the dev-task Tasks for the Taqueria Dev Board label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-task Tasks for the Taqueria Dev Board
Projects
None yet
Development

No branches or pull requests

1 participant