Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Add "copy" compilation mode into contract compilation process #160

Open
cpubot opened this issue May 14, 2021 · 1 comment
Open

Add "copy" compilation mode into contract compilation process #160

cpubot opened this issue May 14, 2021 · 1 comment
Assignees
Labels
p1 High priority

Comments

@cpubot
Copy link
Contributor

cpubot commented May 14, 2021

We have new contracts incoming which will be in the form of "raw Michelson". Simply putting those in packages/minter-contracts/bin is not sufficient, as that directory is often cleared out during the compilation process.

Create a new directory to house the set of "raw Michelson" contracts. During the compilation process (alongside LIGO compilation), these contracts should be copied into the packages/minter-contracts/bin directory such that

  1. The subsequent type-generation process will pick them up, and
  2. ./bin can be safely blown away and properly regenerated during compilation.
@cpubot
Copy link
Contributor Author

cpubot commented May 14, 2021

cc @michaeljklein

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p1 High priority
Projects
None yet
Development

No branches or pull requests

1 participant