We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
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"
--sender
ligo compile storage --sender "tzxxx"
β¨ Functional:
π ββοΈ Out of Scope:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π Epic|Feature Link
No response
π₯ Definition of Done
π§° 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 :
To be able to interpret Tezos.get_sender() I need to pass the flag
--sender
with the commandligo compile storage --sender "tzxxx"
β To Do
βοΈ Acceptance Criteria
β¨ Functional:
π Scope
π ββοΈ Out of Scope:
Code of Conduct
The text was updated successfully, but these errors were encountered: