juno icon indicating copy to clipboard operation
juno copied to clipboard

Change contract CI to be inside this repo

Open the-frey opened this issue 1 year ago • 0 comments

This one is a note to self to have a think about.

Currently, code is pulled in from tags elsewhere and compiled. It probably makes more sense to just compile elsewhere and bring the wasm binaries straight inside this repo.

Pros:

  • everything in one place
  • quicker to change when things go wrong and need updating

Cons:

  • harder to audit
  • no way of seeing direct provenance of binary (might be an issue for e.g. unity prop?)

the-frey avatar Sep 22 '22 21:09 the-frey