tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
25 stars 16 forks source link

Update checker-client Docker image and deploy instructions #302

Closed dorranh closed 2 years ago

dorranh commented 2 years ago

Updated the checker-client Docker image build to:

  1. Fix a broken PATH variable which prevented the checker command from being found
  2. Updated the working directory to allow deploy commands to function more smoothly for bundled contracts
  3. Added some missing system dependencies

Also added a helper script for using this image to deploy Checker and its contracts and updated the corresponding sections in our README.

github-actions[bot] commented 2 years ago

Gas costs: No change. Entrypoint sizes: No change. Test coverage: No change.

dorranh commented 2 years ago

Converting to a draft since while the PATH updated here looks correct, the working directory looks off (I think the default working directory needs to be /root instead of /root/client for the defaults for the checker deploy commands to work smoothly.

github-actions[bot] commented 2 years ago

Gas costs: No change. Entrypoint sizes: No change. Test coverage: No change.

dorranh commented 2 years ago

Going ahead and merging this one following offline discussions with @gkaracha.