ethpm / ethpm.js

Javascript library for EthPM package manifest and registry operations
https://ethpm.github.io/ethpm.js/
MIT License
13 stars 7 forks source link

Parse truffle artifacts that might be missing default fields #42

Closed njgheorghita closed 4 years ago

njgheorghita commented 4 years ago

In truffle, is a package is installed via ethpm and saved in the artifactor - it won't necessarily save the same default fields as if it was a local contract that was compiled. So to be able to include installed ethpm packages when publishing, we have to allow for some missing fields.