dob / auctionhouse

Ethereum based auction platform for non fungible on chain goods
MIT License
117 stars 46 forks source link

Upgrade Strategy #29

Open ericxtang opened 7 years ago

ericxtang commented 7 years ago

There seems to be 2 upgrade strategies out there (details listed out here)

  1. Use a registry contract to point to the current contract
  2. Use delegation

Truffle seems to have its own way of doing this through migration. We should figure out a good strategy for this.