OpenZeppelin / openzeppelin-sdk

OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.
MIT License
432 stars 200 forks source link

Provide helper functions to test contract upgrades and migrations #86

Open facuspagnuolo opened 5 years ago

facuspagnuolo commented 5 years ago

Provide helper functions so any project that needs to perform a contract upgrade can actually test that a certain upgrade is working as expected.

Some things we should consider:

spalladino commented 4 years ago

Depends on #1309