OpenZeppelin / openzeppelin-sdk

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

Record transaction hash of deployments #450

Open nfurfaro opened 6 years ago

nfurfaro commented 6 years ago

Possibly related to #420? If I use truffle to deploy to a network the hash of the transaction is recorded in the corresponding .json file. However, if I use zos to perform the deployment, I can't see that the transaction Hash is recorded anywhere, in the truffle artifacts or the relevant zos.<network>.json file.

nfurfaro commented 6 years ago

Related to #332. Sorry, didn't mean to close this. Time to sleep!