Closed CruzMolina closed 4 years ago
Remove unused upgrade function from Migrations.sol.
upgrade
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.
Remove unused
upgrade
function fromMigrations.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.