Closed matevz closed 5 years ago
Description of the bug Using the secret ballot tutorial from https://docs.oasis.dev, when running oasis deploy, I get the following
oasis deploy
oa@matevz-oa:~/tmp/tutorials/ballot$ oasis deploy Deploying ballot (app) oa@matevz-oa:~/tmp/tutorials/ballot$ oasis deploy -p local Deploying ballot (app) oa@matevz-oa:~/tmp/tutorials/ballot$ echo $? 0
Clearly the smart contract wasn't deployed and no smart contract address was reported. I guess it silently crashed.
Steps to reproduce
git clone https://github.com/oasislabs/tutorials
cd tutorials/ballot
oasis chain
oasis deploy - p local
Expected behavior Ballot smart contract should be deployed or an error reported.
Environment
Additional information tutorials/hello-world deploys fine.
Description of the bug Using the secret ballot tutorial from https://docs.oasis.dev, when running
oasis deploy
, I get the followingClearly the smart contract wasn't deployed and no smart contract address was reported. I guess it silently crashed.
Steps to reproduce
git clone https://github.com/oasislabs/tutorials
cd tutorials/ballot
oasis chain
oasis deploy - p local
Expected behavior Ballot smart contract should be deployed or an error reported.
Environment
Additional information tutorials/hello-world deploys fine.