RigoBlock / contracts

[DEPRECATED] directory of our contracts
Apache License 2.0
1 stars 0 forks source link

improve new factory approval flow #30

Closed gabririgo closed 6 years ago

gabririgo commented 6 years ago

now a new factory needs to be approved as follows: SetAuthority, which approves factory as authority and as a whitelister in one call (authrity is by default whitelister) WhitelistFactory, which approves the factory

one possibility would be to call function setAuthority inside function whitelistFactory

which would approve the factory in just one call. No strictly necessary though.

gabririgo commented 6 years ago

implemented, closing