alastria / alastria-identity

Alastria Identity Model and Smart Contracts
https://alastria.io/en/id-alastria/
MIT License
38 stars 24 forks source link

Upgrade Ownable contract to latest version #67

Closed miguelcalero closed 4 years ago

Jiang-dxc commented 4 years ago

@nefera6060 we need to firstly update all our smart contracts to the last version of solc before moving this task forward(updating owable to last openzeppelin version, which uses solc 0.6.0 ), otherwise we may broke the existing contracts and application compiling same contract with different solc versions, ownable is inherited by other contracts.

Jiang-dxc commented 4 years ago

@nefera6060 we need to firstly update all our smart contracts to the last version of solc before moving this task forward(updating owable to last openzeppelin version, which uses solc 0.6.0 ), otherwise we may broke the existing contracts and application compiling same contract with different solc versions, ownable is inherited by other contracts.