OpenZeppelin / openzeppelin-sdk

OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.
MIT License
432 stars 200 forks source link

Failing deployment gives unhelpful message #1582

Open Shirikatsu opened 4 years ago

Shirikatsu commented 4 years ago

Attempting to use truffle-keystore-provider as the provider in truffle-config.js with a https endpoint is failing with this error message:

$ openzeppelin push --network development --deploy-dependencies --skip-compile
...
✖ Deploying openzeppelin-eth dependency to network dev-444900
Failed deployment of dependency openzeppelin-eth with error: [object Object]

The returned object is completely obfuscated and prevents proper debugging.

I would expect the json object to be returned properly.