Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] use of masterCopy #36

Closed
ya7ya opened this issue Mar 13, 2018 · 1 comment
Closed

[question] use of masterCopy #36

ya7ya opened this issue Mar 13, 2018 · 1 comment

Comments

@ya7ya
Copy link

ya7ya commented Mar 13, 2018

Hello,

I was wondering what's the use of masterCopy var that's used in all 3 contracts ? i'm guessing it's for creating copies of contracts safely as mentioned here ethereum/solidity#2296

if so, my noob questions are:

  • How does someone create a copy of the contract using this method?
  • Where is masterCopy set ? I looked at setup and the constructor but can't seem to find it. I also looked at the tests but couldn't find that out.

I appreciate you taking the time to answer these questions. and I do apologize if they seem like simple questions 🙇 😄

Cheers.

@Kmoneal
Copy link
Collaborator

Kmoneal commented Apr 11, 2018

This issue pertains to the master-deprecated branch utilizing a proxy contract implementation. For the prospectpark version of TCR we have decided not to use this pattern. However, if you would like to learn more about the proxy contract deployment contract, check out gnosis-safe-contracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants