truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Update Migrations.sol #116

Closed CruzMolina closed 4 years ago

CruzMolina commented 4 years ago

Remove unused upgrade function from Migrations.sol.

A quick Google-fu query reveals that there is no OSS project using the method in deployment or test scripts.

It appears this never worked as intended: trufflesuite/truffle#216.

Lowers the migration cost for users who actually use the current migrations system for deployments & testing.