OpenZeppelin / openzeppelin-labs

A space for the community to interact and exchange ideas on the OpenZeppelin platform. Do not use in production!
https://openzeppelin.com/
MIT License
376 stars 116 forks source link

introduce the concept of ownership for right control #125

Open sekisamu opened 6 years ago

sekisamu commented 6 years ago

enable to upgrade using inherited storage pattern while introducing right control to make the process safer.

frangio commented 6 years ago

Hi @hammeWang! Thanks for the suggestion. Can you explain further what you mean by "right control"?

sekisamu commented 6 years ago

@frangio Hi, frangio! it means introduce concept of ownership because I've found under inherited storage pattern, anyone one can update a new implementation, I'm trying to fix it.

sekisamu commented 6 years ago

@frangio Hi, I wonder is there is anything wrong with my code?