You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the move to extensibility and making the protocol general purpose, the contract ownership model needs updating.
Specifically, there are some Options.sol methods that are onlyOwner - this needs adapting to work with the Factory pattern as the deploying factory contract is now the owner.
The text was updated successfully, but these errors were encountered:
thomas-waite
changed the title
Clean up option contract owner structure
Update option contract owner structure
May 30, 2020
Given the move to extensibility and making the protocol general purpose, the contract ownership model needs updating.
Specifically, there are some
Options.sol
methods that areonlyOwner
- this needs adapting to work with theFactory
pattern as the deploying factory contract is now the owner.The text was updated successfully, but these errors were encountered: