Paratii-Video / paratii-contracts

Paratii's core (smart contracts).
http://paratii.video
GNU General Public License v3.0
17 stars 8 forks source link

we need an upgrade path for contracts and the data in them #57

Open jellegerbrandy opened 6 years ago

jellegerbrandy commented 6 years ago

We can either write ad-hoc scripts for the upgrades, or have a "built in" upgradeable contract along the lines of https://blog.zeppelinos.org/smart-contract-upgradeability-using-eternal-storage/

jellegerbrandy commented 6 years ago

Not only do we need to be able to upgrade the contracts, we also need a way of pushing the upgrades to production together with the same version of paratii-js...