trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Remove deprecated `truffle publish` logic #57

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

Purpose of removed code was to identify the contract names of EthPM publication targets. It broke during the transition from soldiity-parser to solc and was replaced by truffle-core 123 which extracts the names by reading the existing build directory.

~99% sure nothing is using this anymore.

[Edit - throwing a small fix to resolve the cache correctly / throw errors on url fetch correctly].