TezosTaqueria / taqueria

*BETA* Taqueria provides a seamless development workflow to easily build, test and deploy your Tezos applications.
https://taqueria.io
Apache License 2.0
64 stars 20 forks source link

🚧 Dev ➾ Auto-Generate Comments at the Top of Compiled Michelson Files #1339

Open hu3man opened 2 years ago

hu3man commented 2 years ago

🔗 Epic|Feature Link

1167

🚥 Definition of Done

✅ To Do

No response

⚖️ Acceptance Criteria

✨ Functional:

🔭 Scope

🙅‍♂️ Out of Scope:

🧰 Work Description

Taqueria needs to add comments to the top of compiled Michelson files

The general flow will be:

  1. User compiles a ligo contract
  2. Michelson file is generated
  3. Taqueria inserts a comment to the top of the Michelson file

The comment should be informative and valuable to the user. Some properties could include (version of compiler, source file, timestamp)

🦄 Sizing

2

Code of Conduct

jevonearth commented 2 years ago

Here are two user stories to support this feature request.

As a dapp developer, I want to know the source of Michelson artifacts in my project, so it is easy for me and others to see where it came from (which compiler, what compiler version) and when it was produced.

As a technical reviewer of a tezos project, I would like to easily discover the provenance (which compiler, what version when compiled) of a Michelson artifact.