460 Commits

Author SHA1 Message Date
f0caa1208d Add truffle and ganache-cli as dev dependency 2018-03-15 09:01:26 +01:00
f0211ff4c1 Add proper Token contract 2018-03-15 08:55:17 +01:00
68fb8b2bee update readme 2018-03-14 23:26:30 +01:00
ae0ae82fcb Log an event for implementation changes 2018-03-14 21:05:35 +01:00
6cbfc88159 Refactor to support multiple contracts in the registry
This allows to manage different contracts (Token, Collaborator, etc.)
with one registry.
The registry serves as main source for all contracts and versions.
Versions are independently deployed and added to the registry. From
there the proxy contract's implementation can be upgraded to the new
version.
Currently no access control is implemented.
2018-03-14 19:12:03 +01:00
4051093f72 Add requirements 2018-03-12 20:13:38 +01:00
e69bd2a976
Example process for upgrading a contract 2018-03-12 19:49:57 +01:00
50ed9a6a79
Fix readme formatting 2018-03-12 19:20:09 +01:00
9deb7c2c7f more basic readme 2018-03-12 17:47:31 +01:00
9efe30afda Upgradable experiments 2018-03-11 23:12:29 +01:00