truffle-box / bare-box

Truffle Box for a bare-minimum Truffle project (`truffle init`)
21 stars 25 forks source link

Update Migrations.sol #21

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.