openzeppelin-sdk icon indicating copy to clipboard operation
openzeppelin-sdk copied to clipboard

Review upgrades.js programmatic interface

Open spalladino opened this issue 5 years ago • 2 comments

We should review the current Project.createProxy interface, with two goals:

  • Remove the need for any global variables or library initialization methods (like ZWeb3.initialize)
  • Either make the interface as similar as possible to that of web3 (so it's easy to switch between upgradeable and non-upgradeable deployments), or provide an interface for regular deploys

spalladino avatar Dec 06 '19 21:12 spalladino

@spalladino Yes, this would be great!

pcowgill avatar Jan 24 '20 21:01 pcowgill

A user reported global state of upgades.js as an issue in https://github.com/OpenZeppelin/openzeppelin-sdk/issues/1504.

frangio avatar Mar 12 '20 22:03 frangio